-
Notifications
You must be signed in to change notification settings - Fork 347
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dynu: ddclient not setting ip to ip it says #688
Comments
@BPplays Have you tried the latest |
@rhansen this issue seems to have come back again i think on the same commit but i tested on 9256096 and it seems its still broken, i checked dynu and the v4 is not set at all and v6 is set to the temp gua:
config and script:
|
Looks like ddclient is sending the right IP address to dynu, so the problem is either (1) a bug at dynu, or (2) ddclient is not sending the IP addresses in the format expected by dynu. It's unclear to me which case this is. Reading dynu's documentation, it looks like Looks like we'll have to add a new |
@rhansen i tried with just a curl command and
i checked dynu and it's just the temp gua and no v4, i'd guess if the request it gets is invalid it defaults to whatever ip sent the request
i checked and it set both the v6 and v4 correctly |
with dynu ddclient is setting the ip to my servers temp gua instead of it's static gua even tho it's getting the static gua according to the logs
The text was updated successfully, but these errors were encountered: