feat: ddns 功能调用逻辑

This commit is contained in:
Mmx233
2022-12-08 16:30:29 +08:00
parent 7dc89fcf68
commit 2a386ff049
7 changed files with 100 additions and 0 deletions

View File

@@ -39,6 +39,10 @@ func readConfig() {
Log: srunModels.Log{
FilePath: "./",
},
DDNS: map[string]interface{}{
"enable": false,
"provider": "",
},
})
//生成配置文件