This is a simple utility to create or update an A record on a CloudFlare-managed domain and have it point to the external IP of wherever the container is run.
In other words, it allows you to setup a custom dynamic DNS provider.
The real value in this utility is when it's run as a docker service with a regular update interval.
docker run --rm \
-e CF_API_KEY=secret \
-e [email protected] \
-e ZONE=top-domain.com \
-e NAME=subdomain \
-e UPDATE_INTERVAL=10 \
--name ddns_subdomain \
kai5263499/cloudflare-ddns
Content type
Image
Digest
Size
3.7 MB
Last updated
over 7 years ago
docker pull kai5263499/cloudflare-ddns