mirror of
https://github.com/cupcakearmy/docker-ddns-cloudflare.git
synced 2024-10-09 10:43:43 +02:00
11 lines
170 B
Bash
11 lines
170 B
Bash
# Required
|
|
TOKEN=myapitoken
|
|
ZONE=example.org
|
|
DNS_RECORD=some.example.org
|
|
|
|
# Optional
|
|
#PROXIED=false
|
|
#CRON=* * * * *
|
|
#RESOLVER=http://ipv4.icanhazip.com/
|
|
#LOG_LEVEL=debug
|