增加IP级别和WAF动作相关接口和配置

This commit is contained in:
GoEdgeLab
2021-02-06 17:37:27 +08:00
parent 1b9ec59db4
commit 662ee4b4a7
12 changed files with 1529 additions and 32 deletions

View File

@@ -13,4 +13,6 @@ message IPItem {
int64 listId = 7;
bool isDeleted = 8;
string type = 9;
string eventLevel = 10; // 级别
string listType = 11; // 所在名单类型加此字段是为了快速定位IP的性质
}