IP名单新增IPv6和所有IP两种类型

This commit is contained in:
GoEdgeLab
2021-02-02 15:25:49 +08:00
parent 4d1409caff
commit c72c669cfa
5 changed files with 118 additions and 87 deletions

View File

@@ -12,4 +12,5 @@ message IPItem {
string reason = 6;
int64 listId = 7;
bool isDeleted = 8;
string type = 9;
}