diff --git a/ddns/cloudflare.conf b/ddns/cloudflare.conf new file mode 100644 index 0000000..d0b6bb7 --- /dev/null +++ b/ddns/cloudflare.conf @@ -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"