Skip to content

Instantly share code, notes, and snippets.

@rishabh9
Forked from klittlepage/ddclient.conf
Created April 8, 2020 08:20
Show Gist options
  • Save rishabh9/fd673cd0005d92c18c4972a058676285 to your computer and use it in GitHub Desktop.
Save rishabh9/fd673cd0005d92c18c4972a058676285 to your computer and use it in GitHub Desktop.
A ddclient config file for use with Cloudflare. See https://gist.github.com/klittlepage/7243505 for a Cloudflare patch to the 3.8.1 version of ddclient.
daemon=1800 # check every 300 seconds
syslog=yes # log update msgs to syslog
mail=root # mail all msgs to root
mail-failure=root # mail failed update msgs to root
pid=/var/run/ddclient.pid # record PID in file.
ssl=yes # use ssl-support. Works with
# ssl-library
use=web, web=checkip.dyndns.com/, web-skip='IP Address'
cache=/tmp/ddclient.cache
#
## CloudFlare (cloudflare.com)
##
protocol=cloudflare,
zone=<your root domain name>, \
login=<cloudflare login e-mail>, \
password=<cloudflare API key> \
<your fully qualified domain>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment