From fc77a2d7edd9426364c40aac718dcb0f166d6bbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Thu, 30 Sep 2021 13:21:05 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=BB=BADNS=E6=94=B9=E6=88=90?= =?UTF-8?q?=E6=99=BA=E8=83=BDDNS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/dnsclients/types.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/dnsclients/types.go b/internal/dnsclients/types.go index e710d681..51e6c804 100644 --- a/internal/dnsclients/types.go +++ b/internal/dnsclients/types.go @@ -52,9 +52,9 @@ func FindAllProviderTypes() []maps.Map { if teaconst.IsPlus { typeMaps = append(typeMaps, []maps.Map{ { - "name": "自建EdgeDNS", + "name": "EdgeDNS", "code": ProviderTypeLocalEdgeDNS, - "description": "当前企业版提供的自建DNS服务。", + "description": "GoEdge商业版提供的智能DNS服务。", }, // TODO 需要实现用户使用AccessId/AccessKey来连接DNS服务 /**{