mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-13 20:20:24 +08:00
IP列表增加名单类型筛选
This commit is contained in:
@@ -168,6 +168,7 @@ message CountAllEnabledIPItemsRequest {
|
||||
bool globalOnly = 2;
|
||||
bool unread = 3;
|
||||
string eventLevel = 4;
|
||||
string listType = 5;
|
||||
}
|
||||
|
||||
// 列出所有名单中的IP
|
||||
@@ -176,6 +177,7 @@ message ListAllEnabledIPItemsRequest {
|
||||
bool globalOnly = 2;
|
||||
bool unread = 5;
|
||||
string eventLevel = 6;
|
||||
string listType = 7;
|
||||
int64 offset = 3;
|
||||
int64 size = 4;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user