You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- change should not affect any existing configurations
- change solves issues with dual stack updates (#767)
- was unneeded and adds unneeded complexity
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 responds nochg. 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_ip at all, since it's kind of useless anyway, in commit 918df24 (latest image and next release v2.8.0).
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
The text was updated successfully, but these errors were encountered: