Created
December 9, 2024 10:50
-
-
Save frankpanduh/d62b48df89cdebd173fa0d4dedf79db2 to your computer and use it in GitHub Desktop.
DDclient.conf for IPV4/IPv6 dual stack config for Cloudflare. (Ubuntu 24.04)
This file contains hidden or 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=300 # check every 300 seconds | |
| syslog=yes # log update msgs to syslog | |
| pid=/var/run/ddclient.pid # record PID in file | |
| ssl=yes # use TLS | |
| usev4=webv4, webv4=https://api.ipify.org | |
| usev6=webv6, webv6=https://api6.ipify.org | |
| web-skip='ip=' # IP address above is after 'ip=' | |
| protocol=cloudflare, \ | |
| zone=YOUR-ZONE-ID, \ | |
| ttl=1, | |
| password='API-TOKEN', | |
| example.domain, sub.example.domain |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Many thanks for this gist. Helped me get proper dual stack support.