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
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>
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.
The text was updated successfully, but these errors were encountered: