实现完整的集群、域名同步

This commit is contained in:
刘祥超
2020-11-14 21:28:14 +08:00
parent a4417f5367
commit b86315a68c
17 changed files with 279 additions and 61 deletions

View File

@@ -35,6 +35,7 @@ func (this *UpdateNodePopupAction) RunGet(params struct {
this.Data["ipAddr"] = dnsInfo.IpAddr
this.Data["route"] = dnsInfo.Route
this.Data["domainId"] = dnsInfo.DnsDomainId
this.Data["domainName"] = dnsInfo.DnsDomainName
// 读取所有线路
routes := []string{}