Skip to content

Instantly share code, notes, and snippets.

@leafonthewind
Created August 31, 2023 21:39
Show Gist options
  • Save leafonthewind/297404aa2f192ddc5ae46c3692bda1d3 to your computer and use it in GitHub Desktop.
Save leafonthewind/297404aa2f192ddc5ae46c3692bda1d3 to your computer and use it in GitHub Desktop.
Sample ddclient config
# /etc/ddclient/ddclient.conf
ssl=yes
daemon=600
syslog=yes
pid=/var/run/ddclient.pid
use=web # get IP with website below
web='https://cloudflare.com/cdn-cgi/trace'
web-skip='ip=' # IP address above is after 'ip='
protocol=cloudflare
zone=example1.com
ttl=1
password=Password1
example1.com
protocol=cloudflare
zone=example2.org
ttl=1
password=Password2
test.example2.org
sub.example2.org
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment