Skip to content
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

Update ddns ip via curl #35

Open
agusprasetia opened this issue Feb 3, 2023 · 1 comment
Open

Update ddns ip via curl #35

agusprasetia opened this issue Feb 3, 2023 · 1 comment

Comments

@agusprasetia
Copy link

agusprasetia commented Feb 3, 2023

Maybe someone needed it
curl -A "ddclient/3.8.3" -v "https://yourUsername:[email protected]:8443/nic/update?hostname=subdomain.yourDomain.com&myip=1.2.3.4"

@DerDanilo
Copy link

This is also required for simple router that only provide options to update the dyndns records via a curl request.

We need support for simple curl calls via the API. Currently it only seems to support dyndns2 standard. I also tried to play with theDNS-ALLOW-AGENTbut wasn't successful as we're also missing some kind of documentation.

Example:

ddns.mydomain.com/nic/update?system=dyndns&hostname=<domain>&myip=<ipaddr>
ddns.mydomain.com/nic/update?system=dyndns&hostname=<domain>&myip=<ip6addr>

e.g. In Germany there are quiet a lot routers from the brand AVM in use which only support curl based updates.

https://en.avm.de/service/knowledge-base/dok/FRITZ-Box-7590/30_Setting-up-dynamic-DNS-in-the-FRITZ-Box/
https://avm.de/service/wissensdatenbank/dok/FRITZ-Box-7590/30_Dynamic-DNS-in-FRITZ-Box-einrichten/

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants