Create cloudflare.conf

This commit is contained in:
tianyu 2017-09-30 00:56:28 +08:00 committed by GitHub
parent 1ffc89ae66
commit 9469441492
1 changed files with 5 additions and 0 deletions

5
ddns/cloudflare.conf Normal file
View File

@ -0,0 +1,5 @@
CF_EMAIL="YOUR_EMAIL@gmail.com"
CF_TOKEN="YOUR_API_TOKEN"
CF_ZONE_NAME="example.com"
CF_DOMAIN_NAME="ddns.example.com"
LAST_IP_FILE="/tmp/.CF_LAST_IP"