mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-21 02:00:25 +08:00
IP名单增加是否全局
This commit is contained in:
@@ -19,7 +19,8 @@ message IPItem {
|
||||
bool isDeleted = 8;
|
||||
string type = 9;
|
||||
string eventLevel = 10; // 级别
|
||||
string listType = 11; // 所在名单类型,加此字段是为了快速定位IP的性质
|
||||
string listType = 11; // 所在名单类型,来自名单
|
||||
bool isGlobal = 20; // 是否全局,来自名单
|
||||
int64 createdAt = 12;
|
||||
|
||||
int64 nodeId = 13;
|
||||
|
||||
@@ -12,4 +12,5 @@ message IPList {
|
||||
bytes timeoutJSON = 6;
|
||||
bool isPublic = 7;
|
||||
string description = 8;
|
||||
bool isGlobal = 9;
|
||||
}
|
||||
Reference in New Issue
Block a user