improve: 优化 ddns 配置默认值

This commit is contained in:
Mmx233
2022-12-08 19:23:44 +08:00
parent 84136031f7
commit b58ac51655

View File

@@ -41,6 +41,8 @@ func readConfig() {
}, },
DDNS: map[string]interface{}{ DDNS: map[string]interface{}{
"enable": false, "enable": false,
"domain": "www.example.com",
"ttl": 600,
"provider": "", "provider": "",
}, },
}) })