mirror of
https://github.com/nsupdate-info/nsupdate.info.git
synced 2026-04-25 08:35:56 +03:00
[GH-ISSUE #470] IPv6 address updater does not handle IPv6 prefix string provided by Fritzbox DynDNS updater #345
Labels
No labels
bug
bug
duplicate
easy
easy
enhancement
enhancement
invalid
needs help
pull-request
scalability
security
task
urgent
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsupdate.info-nsupdate-info#345
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?
Originally created by @nanosonde on GitHub (Dec 4, 2020).
Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/470
I am using the following update URLs in the Fritzbox UI (v7.21 FB7590):
The IPv6 prefix that is sent by the FB updater leads to following error:
received bad ip address: '2a02:908:1200:1234::/64'Looking at the code, it seems that check_ip() does not recognize this as an ip address.
@ThomasWaldmann commented on GitHub (Dec 4, 2020):
iiirc it expects an ip address not address-prefix/netmask.
@ThomasWaldmann commented on GitHub (Nov 8, 2021):
code is deployed on nsupdate.info - try it!