mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-14 21:06:34 +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;
|
||||
|
||||
Reference in New Issue
Block a user