节点如果没有设置DNS线路就使用默认线路

This commit is contained in:
GoEdgeLab
2021-08-25 17:16:43 +08:00
parent 5e9d2fe714
commit 0345be307c
7 changed files with 701 additions and 578 deletions

View File

@@ -244,6 +244,7 @@ message FindEnabledNodeClusterDNSResponse {
string name = 1;
DNSDomain domain = 2;
DNSProvider provider = 3;
string defaultRoute = 6;
bool nodesAutoSync = 4;
bool serversAutoSync = 5;
}