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

nic update lacking myipv6 #46

Open
gmkey opened this issue Feb 14, 2020 · 1 comment
Open

nic update lacking myipv6 #46

gmkey opened this issue Feb 14, 2020 · 1 comment

Comments

@gmkey
Copy link

gmkey commented Feb 14, 2020

Anyone able to help me with the following? The dyn api states the following for the nic update:

http://api.dynu.com/nic/update?hostname=[HOSTNAME]&myip=[IP ADDRESS]&myipv6=[IPv6 ADDRESS]&password=[PASSWORD or MD5(PASSWORD)

I'd like to ensure that my fritzbox is able to update both my ip address and my ipv6 ip address.

unfortunately my go knowledge is lacking.

@Golit
Copy link

Golit commented Aug 29, 2020

As stated in the https://help.dyn.com/remote-access-api/perform-update/ documentation the ip address can be seperated by commas. This will be supported with the pull request #59.

For now you can create two dyndns-requests seperated by space. See https://service.avm.de/help/en/FRITZ-Box-Fon-WLAN-7490/018/hilfe_dyndns.

For example: dyndns.example.com/nic/update?hostname=<domain>&myip=<ipaddr>&password=<pass> dyndns.example.com/nic/update?hostname=<domain>&myip=<ip6addr>&password=<pass>

Or with #59 merged: dyndns.example.com/nic/update?hostname=<domain>&myip=<ipaddr>,<ip6addr>&password=<pass>

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