mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-08 08:00:26 +08:00
IP名单增加模糊搜索
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user