fix: cloudflare update performance
This commit is contained in:
@@ -197,7 +197,7 @@ func doLogin(conf SingleConf) error {
|
||||
if online {
|
||||
_Println("已登录~")
|
||||
|
||||
if config.Settings.DDNS.Enable && config.Settings.Guardian.Enable && ipLast != ip {
|
||||
if config.Settings.DDNS.Enable && ipLast != ip {
|
||||
if ddns(logger, ip, httpClient) == nil {
|
||||
ipLast = ip
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user