实现DNS节点远程安装

This commit is contained in:
GoEdgeLab
2021-08-11 21:00:35 +08:00
parent 7ea70e338a
commit 78d29d24f9
6 changed files with 565 additions and 389 deletions

View File

@@ -33,7 +33,7 @@ message Node {
SizeCapacity maxCacheMemoryCapacity = 18;
NodeCluster nodeCluster = 32; // 主集群
NodeLogin login = 33;
NodeLogin nodeLogin = 33;
NodeInstallStatus installStatus = 34;
repeated NodeIPAddress ipAddresses = 35;
NodeGroup nodeGroup = 36;