mirror of
https://github.com/YuzuZensai/Cloudflare-DDNS-Updater.git
synced 2026-01-06 04:33:03 +00:00
Fixed records won't update
This commit is contained in:
@@ -169,7 +169,7 @@ class Deamon {
|
||||
|
||||
else {
|
||||
Logger.info(`[${zone.type}] (${zone.name} -> ${record.content}) already up to date`);
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -177,7 +177,7 @@ class Deamon {
|
||||
// Many records found
|
||||
else if(records.length > 1) {
|
||||
Logger.error(`Multiple records found for ${zone.type} (${zone.name}) (Multiple records are not supported right now)`);
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user