实现公用的IP名单

This commit is contained in:
GoEdgeLab
2021-06-23 13:13:58 +08:00
parent 7ef3373d4e
commit 14ae8dbaa1
7 changed files with 1367 additions and 129 deletions

View File

@@ -10,4 +10,6 @@ message IPList {
string name = 4;
string code = 5;
bytes timeoutJSON = 6;
bool isPublic = 7;
string description = 8;
}