实现DNS节点远程安装

This commit is contained in:
刘祥超
2021-08-11 21:00:35 +08:00
parent 29b25f968d
commit 7172ca84d6
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;