feat(cloudflare-ddns): add cloudflare-ddns stack
This commit is contained in:
6
compose/cloudflare-ddns/.env.example
Normal file
6
compose/cloudflare-ddns/.env.example
Normal file
@@ -0,0 +1,6 @@
|
||||
UID="1000"
|
||||
GID="1000"
|
||||
CLOUDFLARE_API_TOKEN="CLOUDFLARE_API_KEY_HERE"
|
||||
DOMAINS="domain1.com,domain2.net" # Comma saperated domains to update the IP
|
||||
PROXIED="false" # Enables Cloudflare proxying
|
||||
IP6_PROVIDER="none"
|
||||
Reference in New Issue
Block a user