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

This commit is contained in:
刘祥超
2023-11-09 16:24:52 +08:00
parent cf98c3453a
commit 8a6aedca16
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)).
// 系统服务设置