Skip to content

Instantly share code, notes, and snippets.

@puccaso
Forked from klittlepage/ddclient.conf
Created February 15, 2021 00:18
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 puccaso/64c8c637a755de1ee2993ee75563512f to your computer and use it in GitHub Desktop.
Save puccaso/64c8c637a755de1ee2993ee75563512f 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