域名解析支持DNS.COM(商业版)

This commit is contained in:
GoEdgeLab
2022-07-11 11:51:49 +08:00
parent 762173a842
commit 3de1bc5e5c

View File

@@ -11,7 +11,6 @@ const (
ProviderTypeDNSPod ProviderType = "dnspod" // DNSPod ProviderTypeDNSPod ProviderType = "dnspod" // DNSPod
ProviderTypeAliDNS ProviderType = "alidns" // 阿里云DNS ProviderTypeAliDNS ProviderType = "alidns" // 阿里云DNS
ProviderTypeHuaweiDNS ProviderType = "huaweiDNS" // 华为DNS ProviderTypeHuaweiDNS ProviderType = "huaweiDNS" // 华为DNS
ProviderTypeDNSCom ProviderType = "dnscom" // dns.com
ProviderTypeCloudFlare ProviderType = "cloudFlare" // CloudFlare DNS ProviderTypeCloudFlare ProviderType = "cloudFlare" // CloudFlare DNS
ProviderTypeLocalEdgeDNS ProviderType = "localEdgeDNS" // 和当前系统集成的EdgeDNS ProviderTypeLocalEdgeDNS ProviderType = "localEdgeDNS" // 和当前系统集成的EdgeDNS
ProviderTypeUserEdgeDNS ProviderType = "userEdgeDNS" // 通过API连接的EdgeDNS ProviderTypeUserEdgeDNS ProviderType = "userEdgeDNS" // 通过API连接的EdgeDNS
@@ -36,11 +35,6 @@ func FindAllProviderTypes() []maps.Map {
"code": ProviderTypeHuaweiDNS, "code": ProviderTypeHuaweiDNS,
"description": "华为云解析DNS。", "description": "华为云解析DNS。",
}, },
/**{
"name": "帝恩思DNS.COM",
"code": ProviderTypeDNSCom,
"description": "DNS.com提供的DNS服务。",
},**/
{ {
"name": "CloudFlare DNS", "name": "CloudFlare DNS",
"code": ProviderTypeCloudFlare, "code": ProviderTypeCloudFlare,