fix: increase resilliency #22

Merged
t.behrendt merged 3 commits from fix-increase-resilliency into main 2024-12-27 20:44:20 +01:00
Showing only changes of commit df6c48b875 - Show all commits

View File

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