集群设置--DNS设置中增加”解析记录“页面

This commit is contained in:
GoEdgeLab
2023-11-09 16:24:52 +08:00
parent b0fe642040
commit 787b2e6abd
8 changed files with 571 additions and 3 deletions

View File

@@ -40,6 +40,7 @@ func init() {
// DNS
Prefix("/clusters/cluster/settings/dns").
GetPost("", new(dns.IndexAction)).
Get("/records", new(dns.RecordsAction)).
Post("/randomName", new(dns.RandomNameAction)).
// 系统服务设置