查询节点DNS信息时可以区分节点是否已安装

This commit is contained in:
刘祥超
2023-03-18 16:04:27 +08:00
parent 914070f7cc
commit d43cbc4f90
5 changed files with 568 additions and 546 deletions

View File

@@ -13,6 +13,7 @@ message NodeCluster {
string secret = 7;
string dnsName = 8;
int64 dnsDomainId = 9;
string dnsDefaultRoute = 22; // DNS默认线路
int64 httpCachePolicyId = 10;
int64 httpFirewallPolicyId = 11;
bool isOn = 12;