IP名单增加模糊搜索

This commit is contained in:
刘祥超
2022-10-25 12:27:23 +08:00
parent 43ad1ff67e
commit 9a38d40937
4 changed files with 3761 additions and 3740 deletions

View File

@@ -169,6 +169,7 @@ message ExistsEnabledIPItemResponse {
// 计算所有IP数量
message CountAllEnabledIPItemsRequest {
string keyword = 6;
string ip = 1;
bool globalOnly = 2;
bool unread = 3;
@@ -178,6 +179,7 @@ message CountAllEnabledIPItemsRequest {
// 列出所有名单中的IP
message ListAllEnabledIPItemsRequest {
string keyword = 8;
string ip = 1;
bool globalOnly = 2;
bool unread = 5;