mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-04-12 19:25:17 +08:00
简化IP名单中创建IP操作/支持IP以CIDR方式显示
This commit is contained in:
@@ -11,6 +11,7 @@ import "models/model_node.proto";
|
||||
|
||||
message IPItem {
|
||||
int64 id = 1;
|
||||
string value = 22; // 原始值,比如单个IP、IP范围或者CIDR
|
||||
string ipFrom = 2;
|
||||
string ipTo = 3;
|
||||
int64 version = 4;
|
||||
|
||||
Reference in New Issue
Block a user