Ln节点可以指定访问IP

This commit is contained in:
刘祥超
2022-08-25 20:37:15 +08:00
parent 8972acdfd7
commit 184d6f97bf
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;