mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-23 19:20:24 +08:00
单个节点支持多个DNS线路
This commit is contained in:
@@ -8,6 +8,7 @@ import "model_node_login.proto";
|
||||
import "model_node_install_status.proto";
|
||||
import "model_node_ip_address.proto";
|
||||
import "model_node_group.proto";
|
||||
import "model_dns_route.proto";
|
||||
|
||||
message Node {
|
||||
int64 id = 1;
|
||||
@@ -24,6 +25,7 @@ message Node {
|
||||
int32 maxCPU = 12;
|
||||
bool isOn = 13;
|
||||
bool isUp = 14;
|
||||
repeated DNSRoute dnsRoutes = 15;
|
||||
|
||||
NodeCluster cluster = 32;
|
||||
NodeLogin login = 33;
|
||||
|
||||
Reference in New Issue
Block a user