- 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
It worked! Thanks for this! One thing to note is that package downloading this now has a setup page, which you can skip past and then directly modify the config.