mirror of
https://github.com/cupcakearmy/docker-ddns-cloudflare.git
synced 2024-12-22 07:46:24 +00:00
9 lines
153 B
Bash
9 lines
153 B
Bash
# Required
|
|
EMAIL=my@mail.com
|
|
KEY=my_api_key
|
|
ZONE=example.org
|
|
DNS_RECORD=some.example.org
|
|
|
|
# Optional
|
|
#CRON=* * * * *
|
|
#RESOLVER=http://ipv4.icanhazip.com/ |