mirror of
https://github.com/cupcakearmy/docker-ddns-cloudflare.git
synced 2024-11-17 02:29:56 +01: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/ |