节点设置中增加“通过IP名单”选项

This commit is contained in:
GoEdgeLab
2022-10-26 10:42:02 +08:00
parent 07125d477e
commit ae3f7e10c0
6 changed files with 4537 additions and 4514 deletions

View File

@@ -34,6 +34,7 @@ message Node {
string cacheDiskDir = 19;
int32 level = 20;
repeated string lnAddrs = 21; // Ln访问地址
bool enableIPLists = 22;
NodeCluster nodeCluster = 32; // 主集群
NodeLogin nodeLogin = 33;