Ln节点可以指定访问IP

This commit is contained in:
GoEdgeLab
2022-08-25 20:37:15 +08:00
parent 0a436815b4
commit d0f98820fd
5 changed files with 4189 additions and 4167 deletions

View File

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