improve: 优化 ddns 配置默认值
This commit is contained in:
@@ -41,6 +41,8 @@ func readConfig() {
|
||||
},
|
||||
DDNS: map[string]interface{}{
|
||||
"enable": false,
|
||||
"domain": "www.example.com",
|
||||
"ttl": 600,
|
||||
"provider": "",
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user