M maja New Member Apr 3, 2017 #1 I want to update Dynamic DNS with JavaScript client. To automate, anyone know how to use it with CURL? Thanks
I want to update Dynamic DNS with JavaScript client. To automate, anyone know how to use it with CURL? Thanks
sandy Administrator Staff member Apr 4, 2017 #2 Hi there I believe this would be what you are looking for: curl -u usernameassword https://dynamic.zoneedit.com/auth/dynamic.html?host=<your_hostname>&dnsto=<your_ip> hmm the : is a smiley face eh.... username : password without the space. hope this helps. thanks sandy
Hi there I believe this would be what you are looking for: curl -u usernameassword https://dynamic.zoneedit.com/auth/dynamic.html?host=<your_hostname>&dnsto=<your_ip> hmm the : is a smiley face eh.... username : password without the space. hope this helps. thanks sandy
M maja New Member Apr 4, 2017 #3 Hi, Thanks for the reply. For the dnsto field, which IP should i enter? current public IP? what if the IP has changed?
Hi, Thanks for the reply. For the dnsto field, which IP should i enter? current public IP? what if the IP has changed?
sandy Administrator Staff member Apr 5, 2017 #4 that would be the IP you want to update to. thanks sandy