improve: 优化 ddns 配置默认值
This commit is contained in:
@@ -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": "",
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user