From 3de1bc5e5c79a71a0c80af24b54bfcf86725181e Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Mon, 11 Jul 2022 11:51:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=9F=E5=90=8D=E8=A7=A3=E6=9E=90=E6=94=AF?= =?UTF-8?q?=E6=8C=81DNS.COM=EF=BC=88=E5=95=86=E4=B8=9A=E7=89=88=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/dnsclients/types.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/internal/dnsclients/types.go b/internal/dnsclients/types.go index 487a6e38..2f3fe376 100644 --- a/internal/dnsclients/types.go +++ b/internal/dnsclients/types.go @@ -11,7 +11,6 @@ const ( ProviderTypeDNSPod ProviderType = "dnspod" // DNSPod ProviderTypeAliDNS ProviderType = "alidns" // 阿里云DNS ProviderTypeHuaweiDNS ProviderType = "huaweiDNS" // 华为DNS - ProviderTypeDNSCom ProviderType = "dnscom" // dns.com ProviderTypeCloudFlare ProviderType = "cloudFlare" // CloudFlare DNS ProviderTypeLocalEdgeDNS ProviderType = "localEdgeDNS" // 和当前系统集成的EdgeDNS ProviderTypeUserEdgeDNS ProviderType = "userEdgeDNS" // 通过API连接的EdgeDNS @@ -36,11 +35,6 @@ func FindAllProviderTypes() []maps.Map { "code": ProviderTypeHuaweiDNS, "description": "华为云解析DNS。", }, - /**{ - "name": "帝恩思DNS.COM", - "code": ProviderTypeDNSCom, - "description": "DNS.com提供的DNS服务。", - },**/ { "name": "CloudFlare DNS", "code": ProviderTypeCloudFlare,