docker-ddns-cloudflare/.sample.env

11 lines
170 B
Bash
Raw Normal View History

2020-07-23 10:52:07 +00:00
# Required
2021-10-22 15:47:49 +00:00
TOKEn=myapitoken
2019-01-22 12:03:25 +00:00
ZONE=example.org
2020-07-23 10:52:07 +00:00
DNS_RECORD=some.example.org
# Optional
2022-10-20 13:25:21 +00:00
#PROXIED=false
2020-07-23 10:52:07 +00:00
#CRON=* * * * *
2021-10-22 15:47:49 +00:00
#RESOLVER=http://ipv4.icanhazip.com/
2022-10-20 13:25:21 +00:00
#LOG_LEVEL=debug