安全设置增加允许访问的国家地区、省份、是否局域网访问

This commit is contained in:
GoEdgeLab
2020-11-20 21:59:21 +08:00
parent b8bb991110
commit b7d23b70c5
6 changed files with 496 additions and 94 deletions

View File

@@ -85,4 +85,6 @@ message IPRegion {
string province = 3;
string city = 4;
string isp = 5;
int64 countryId = 6;
int64 provinceId = 7;
}