DNS服务支持密钥管理/“域名服务”改为“自建DNS”

This commit is contained in:
GoEdgeLab
2021-07-25 09:44:29 +08:00
parent 12023f6792
commit e21e76e872
22 changed files with 621 additions and 29 deletions

View File

@@ -182,7 +182,7 @@ func AllModuleMaps() []maps.Map {
}
if teaconst.IsPlus {
m = append(m, maps.Map{
"name": "域名服务",
"name": "自建DNS",
"code": AdminModuleCodeNS,
"url": "/ns",
})