"Kaputt" Message occurs, when a records is encountered for which "update_ipv6": false is configured #8
Labels
No labels
bug
feature request
improvement
low-priority
priority
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
leon/New-CFUpdater#8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Ref: https://git.leon.wtf/leon/new-cfupdater/-/blob/main/update.go#L48
This case (when "kaputt" is printed) is actually expected. It occurs when iterating over all records an the IP version for this record (IPv4==A, IPv6==AAAA) does not match. This can occur, when the record is configured to not update the IP version record but it still exists.
So it would be safe to just remove the print statement.