自建DNS改成智能DNS

This commit is contained in:
GoEdgeLab
2021-09-30 13:20:50 +08:00
parent 1477d7e0f8
commit e1de597a19
2 changed files with 2 additions and 2 deletions

View File

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