IP名单增加是否只显示自动拦截名单选项

This commit is contained in:
GoEdgeLab
2021-11-17 20:25:40 +08:00
parent 7cf5a6536b
commit d75a28a016
2 changed files with 33 additions and 11 deletions

View File

@@ -152,13 +152,15 @@ message ExistsEnabledIPItemResponse {
// 计算所有IP数量
message CountAllEnabledIPItemsRequest {
string ip = 1;
bool globalOnly = 2;
}
// 列出所有名单中的IP
message ListAllEnabledIPItemsRequest {
string ip = 1;
int64 offset = 2;
int64 size = 3;
bool globalOnly = 2;
int64 offset = 3;
int64 size = 4;
}
message ListAllEnabledIPItemsResponse {