feat: cloudflare DnsProvider 结构体
This commit is contained in:
@@ -62,6 +62,7 @@ func Login(localAddr net.Addr, debugOutput bool) error {
|
||||
}
|
||||
|
||||
// DDNS
|
||||
|
||||
enable, _ := global.Config.Settings.DDNS["enable"]
|
||||
if open, _ := enable.(bool); open {
|
||||
log.Debugln("开始 DDNS 设置流程")
|
||||
|
||||
Reference in New Issue
Block a user