fix: do not fail when a record can not be retrieved

This commit is contained in:
2024-12-27 19:53:31 +01:00
parent 3ad5b1ec0e
commit df6c48b875

View File

@@ -85,7 +85,7 @@ func (c *ChangeDetector) detectAndApplyChanges() (int, error) {
slog.String("tld", domain.TLD),
slog.String("subdomain", subdomain),
)
return numberUpdated, err
continue
}
if currentRecord.IP != externalIp.String() {