初步实现多集群共享节点

This commit is contained in:
GoEdgeLab
2021-07-31 22:23:11 +08:00
parent 4407973626
commit 83ae3095cd
15 changed files with 468 additions and 116 deletions

View File

@@ -46,9 +46,9 @@ func FindAllProviderTypes() []maps.Map {
if teaconst.IsPlus {
typeMaps = append(typeMaps, []maps.Map{
{
"name": "集成EdgeDNS",
"name": "自建EdgeDNS",
"code": ProviderTypeLocalEdgeDNS,
"description": "当前企业版提供的DNS服务。",
"description": "当前企业版提供的自建DNS服务。",
},
// TODO 需要实现用户使用AccessId/AccessKey来连接DNS服务
/**{