|
|
преди 7 години | |
|---|---|---|
| .dockerignore | преди 8 години | |
| .gitattributes | преди 8 години | |
| .gitignore | преди 8 години | |
| Dockerfile | преди 7 години | |
| LICENSE | преди 8 години | |
| README.md | преди 8 години | |
| cloudflare.sh | преди 8 години | |
| cron | преди 7 години | |
| updatedns.sh | преди 7 години |
The is a simple docker using curl to update DNS record on Cloudflare. Inspired by rasmusbe/cloudflare-update-record.sh
Compare to nouchka/cloudflare-dyndns (4.0):
docker run \
-d \
-e ZONE=example.com \
-e HOST=example.com \
-e EMAIL=example@example.com \
-e API=1111111111111111 \
-e TTL=1 \
-e PROXY=true \
--name cloudflare \
joshuaavalon/cloudflare-ddns
ZONE: Domain, e.g. example.com. Default: example.com
HOST: DNS record to be updated, e.g. example.com, subdomain.example.com. Default: example.com
EMAIL: Cloudflare Email. Default: example@example.com
API: Cloudflare API key. Default: 1111111111111111
TTL: Time to live for DNS record. Value of 1 is 'automatic'. Min value:1; Max value:2147483647. Default: 1
PROXY: Whether the record is receiving the performance and security benefits of Cloudflare. true to enable; false to disable. Default: true