"Kaputt" Message occurs, when a records is encountered for which "update_ipv6": false is configured #8

Closed
opened 2023-05-17 10:16:58 +02:00 by leon · 1 comment
leon commented 2023-05-17 10:16:58 +02:00 (Migrated from git.leon.wtf)
Ref: https://git.leon.wtf/leon/new-cfupdater/-/blob/main/update.go#L48
leon commented 2023-05-26 15:26:45 +02:00 (Migrated from git.leon.wtf)

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.

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.
leon (Migrated from git.leon.wtf) closed this issue 2023-05-26 15:28:02 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
leon/New-CFUpdater#8
No description provided.