- Click the Manage button next to the domain in the Domain List view
- In the Domain tab, scroll down and remove any entries in the Redirect Domain list
- In the Advanced DNS tab...
- Turn on Dynamic DNS and make a note of the password
- Add an A Record for @ pointing to 127.0.0.1
-
Install (fill in dummy values for the TUI)
sudo apt-get install ddclient libio-socket-ssl-perl
-
Edit
/etc/ddclient.conf
to look like the followingssl=yes use=web, web=dynamicdns.park-your-domain.com/getip protocol=namecheap server=dynamicdns.park-your-domain.com login=YOURDOMAIN.COM password='***' YOURHOST
-
Test
sudo ddclient -query sudo ddclient -debug -verbose -noquiet
-
Restart
sudo service ddclient restart
Thank you very much!
Would add that, if you're trying to setup a subdomain, you should use only the subdomain on the bottom part. Example for:
hello.nicedomain.org
:ssl=yes use=web, web=dynamicdns.park-your-domain.com/getip protocol=namecheap server=dynamicdns.park-your-domain.com login=nicedomain.org password='***' hello
Thanks again for such a great tutorial! :)