mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
Bug: Dynu: Tool said Success, but IP didn't change on Dynu #420
Reference in New Issue
Block a user
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 @haiheo963 on GitHub (Jul 16, 2024).
Hello admin.


When I use this tool to update IP on Dynu, tool return Success or Up-to-date, but the ip didn't update on Dynu
@qdm12 commented on GitHub (Jul 26, 2024):
I believe the problem comes from using
"provider_ip": true. Since you have a ipv4+6 dual stack, dynu determines your ip address using ipv6, and so it compares it to the ipv6 set which is the same, and thus respondsnochg. Basically, as soon as you have ipv6 and want to update ipv4 as well, you should not set"provider_ip": true, for all providers.Anyway, on top of this workaround mentioned, I changed the program to just NOT use
provider_ipat all, since it's kind of useless anyway, in commit918df24488(latest image and next release v2.8.0).