mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-01-01 08:16:41 +08:00
节点设置中增加“通过IP名单”选项
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -256,6 +256,7 @@ message UpdateNodeRequest {
|
||||
int64 nodeRegionId = 10;
|
||||
int32 level = 14;
|
||||
repeated string lnAddrs = 15; // Ln节点访问地址
|
||||
bool enableIPLists = 16; // 是否启用IP名单
|
||||
}
|
||||
|
||||
// 获取单个节点信息
|
||||
|
||||
Reference in New Issue
Block a user