IP名单增加是否全局

This commit is contained in:
GoEdgeLab
2021-11-17 16:15:01 +08:00
parent c38c1dcf0e
commit d28f950ca4
7 changed files with 190 additions and 149 deletions

View File

@@ -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;

View File

@@ -12,4 +12,5 @@ message IPList {
bytes timeoutJSON = 6;
bool isPublic = 7;
string description = 8;
bool isGlobal = 9;
}