summaryrefslogtreecommitdiff
path: root/web/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'web/config.go')
-rw-r--r--web/config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/config.go b/web/config.go
index b307425..9490b44 100644
--- a/web/config.go
+++ b/web/config.go
@@ -14,6 +14,7 @@ type ServerConfig struct {
14 DynamicDnsView string 14 DynamicDnsView string
15 DDNSSecrets map[string]string `json:"DDNS"` 15 DDNSSecrets map[string]string `json:"DDNS"`
16 AcmeSecrets map[string]map[string]int `json:"ACME"` 16 AcmeSecrets map[string]map[string]int `json:"ACME"`
17 ApiSecrets map[string]string `json:"DNS_MANAGE"`
17} 18}
18 19
19func (s *ServerConfig) GetDDNSZoneName(k string) string { 20func (s *ServerConfig) GetDDNSZoneName(k string) string {