Last active
May 24, 2024 00:17
-
-
Save klittlepage/7243991 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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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