Created
August 31, 2023 21:39
-
-
Save leafonthewind/297404aa2f192ddc5ae46c3692bda1d3 to your computer and use it in GitHub Desktop.
Sample ddclient config
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
# /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