feat: ddns 功能调用逻辑
This commit is contained in:
@@ -39,6 +39,10 @@ func readConfig() {
|
||||
Log: srunModels.Log{
|
||||
FilePath: "./",
|
||||
},
|
||||
DDNS: map[string]interface{}{
|
||||
"enable": false,
|
||||
"provider": "",
|
||||
},
|
||||
})
|
||||
|
||||
//生成配置文件
|
||||
|
||||
Reference in New Issue
Block a user