Update Dynamic DNS via Cloudflare API v4 API Token
1.9K
You need an API Token that have read access to Zone.Zone, and write access to Zone.DNS.
docker run -d --name cloudflare-api-ddns --restart=always \
-e CFTOKEN=cloudflare-api-token \
-e CFZONE_NAME=example.com \
-e CFRECORD_NAME=host.example.com \
-e CFRECORD_TYPE=A \
mjysci/cloudflare-api-ddns:latest
Content type
Image
Digest
Size
4.1 MB
Last updated
almost 6 years ago
docker pull mjysci/cloudflare-api-ddns