fix: cloudflare update performance

This commit is contained in:
chinhwajie
2024-10-28 11:59:54 +08:00
parent 7490b4566c
commit 43932e4b98
7 changed files with 156 additions and 134 deletions

View File

@@ -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
}