自建DNS改成智能DNS

This commit is contained in:
刘祥超
2021-09-30 13:21:05 +08:00
parent 97e7165dec
commit fc77a2d7ed

View File

@@ -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服务
/**{