- 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
By just following the automatic setup that appears while installing the package, the resultant configurations works.
The difference is that it doesn't include the
ssl
,web
andserver
parts. Are them actually necessary for namecheap?