IP检查也支持灰名单

This commit is contained in:
刘祥超
2024-05-05 20:20:27 +08:00
parent 402e539999
commit 48e9cc4a46
3 changed files with 3 additions and 3 deletions

View File

@@ -181,7 +181,7 @@ message CheckHTTPFirewallPolicyIPStatusResponse {
bool isOk = 1; // 是否查询成功
string error = 2; // 错误信息
bool isFound = 3; // 是否找到
bool isAllowed = 4; // 是否允许
bool isAllowed = 4; // 是否允许访问
IPList ipList = 5; // 匹配的IPList
IPItem ipItem = 6; // 匹配的IPItem
RegionCountry regionCountry = 7; // 匹配到封禁的地区