mirror of
https://github.com/cupcakearmy/docker-ddns-cloudflare.git
synced 2024-12-21 23:36:24 +00:00
10 lines
152 B
Bash
10 lines
152 B
Bash
# Required
|
|
TOKEn=myapitoken
|
|
ZONE=example.org
|
|
DNS_RECORD=some.example.org
|
|
PROXIED=false
|
|
|
|
# Optional
|
|
#CRON=* * * * *
|
|
#RESOLVER=http://ipv4.icanhazip.com/
|