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

This commit is contained in:
刘祥超
2022-10-26 10:42:02 +08:00
parent 18765d29f2
commit 76e98174ee
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;