Ddns

mpinnuck

New Member
Watched the online video tutorial on DNS.
I cannot get the "Javascript Dynamic DNS Client for ZoneEdit" html to update my DYN Ip.
I set the name, token and url. Click start displays time now. No response.
Watch the ip traffic with wireshark and looks like a normal TLS exchange.
What have I done incorrectly?
 

mpinnuck

New Member
Powered modem down and up got a new ip address.
ddclient updated my ZoneEdit DYN record ok.
running on a Pi3A, sudo apt-get ddclient, it prompts for your config details during instal.
 

mpinnuck

New Member
I debugged ddclient and the url to update the ddns DYN record is
https://<user>:<password>@dynamic.zoneedit.com/auth/dynamic.html?host=<domain_name>&dnsto=<ip_address>
 
Top