Skip to content

Instantly share code, notes, and snippets.

@nroberson
Created September 12, 2013 02:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nroberson/6532440 to your computer and use it in GitHub Desktop.
Save nroberson/6532440 to your computer and use it in GitHub Desktop.
A simple ddclient.conf to use with namecheap.com
# /etc/ddclient.conf
daemon=1800 # Check every 30 minutes
syslog=yes # log messages to syslog
pid=/var/run/ddclient.pid # record the pid
ssl=yes # use ssl
## Obtain ip address from dyndns' ip checker. make sure check interval is greater than 600
## otherwise dyndns may block you.
use=web, web=checkip.dyndns.com/
## NameCheap
protocol=namecheap
server=dynamicdns.park-your-domain.com
login=example.com # replace your domain
password=XXXXXXXXXXXXXXXXXXXXXXXXX # No quotes
@ # the subdomain you want to update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment