Last active
August 3, 2020 00:31
-
-
Save aperture147/c5202d2c04b337929180196b7aef287c to your computer and use it in GitHub Desktop.
ddclient config file for cloudflare
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
protocol=cloudflare, | |
#Tell ddclient to get real ip address | |
use=web, web=checkip.dyndns.org | |
#Credentials for Cloudflare api | |
ssl=yes | |
login=#some email | |
password=#global API Key | |
zone=haivq.com | |
#Domain for update | |
dynamic.haivq.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thanks