-
-
Notifications
You must be signed in to change notification settings - Fork 145
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
Desec fails to update IPv4 and IPv6 simultaneously and returns error #461
Comments
Which version of In-a-Dyn are you using? |
It's version v2.12.0 on docker (image: troglobit/inadyn:latest) , network_mode: host. |
I suspect you are right, at least the API seem to indicate this. Unfortunately In-a-Dyn is quite limited when it comes to the IPv6 support, for most DDNS providers you currently have to keep separate configs, like you have. In the case of your provider this hits the rate limiting. There's no workaround. The way to solve it in In-a-dyn is a big refactor of the plugin to be able to use the provider's syntax: |
Thank you so much for your time and answering my question. I have now tried ddclient with docker. If you specify the cache file ddclient works. Too bad that dedyn is so strict with the rate limit, would have liked to keep inadyn :( |
Glad to hear you got it working! I'm reopening this since it's still an issue in inadyn. |
I can take care of this maybe @troglobit , but i cannot test it since i don't have an IPV6 address. |
Appreciated, but I'm not sure we should make the situation worse by adding another level of complexity. I'm not really happy about the new |
the rate limit is not a big thing. the code may just update one of the both entries. ipv4 for instance, but it repeats the unsuccessfull ipv6 10 minutes later. so both gets updated |
The code may just as easily not update any entry, which from my limited testing seems to be the case. |
for me it does. but only if return code signals a rate limit. it simply retries outstanding updates example
here a log from a ddns attempt
this is done using the following config
|
Ah that's great, thank you for the follow-up! 😊 |
I am using the desec.io plugin. This is my inadyn.conf:
If I comment out [email protected] or [email protected] everything works fine. Using both entrys results in "Error code 48: DDNS server response not OK" for the second update (ipv6). Looks like a rate limit.
What could be the problem?
The text was updated successfully, but these errors were encountered: