添加DNS账号时自动读取DNS服务商下域名

This commit is contained in:
GoEdgeLab
2021-08-19 14:26:25 +08:00
parent b167eedd31
commit ec4468cb55
5 changed files with 62 additions and 2 deletions

View File

@@ -82,6 +82,7 @@ func (this *ProviderAction) RunGet(params struct {
"id": domain.Id,
"name": domain.Name,
"isOn": domain.IsOn,
"isUp": domain.IsUp,
"dataUpdatedTime": dataUpdatedTime,
"countRoutes": len(domain.Routes),
"countServerRecords": domain.CountServerRecords,