This small application will keep a Cloudflare DNS record up to date with the Docker public IP address.
CF_HOST=xx.yy.com CF_API_KEY=xxxxx -e [email protected] go run cmd/cloudflare-ddns/main.go
docker run -e CF_HOST=xx.yy.com -e CF_API_KEY=xxxxx -e [email protected] arkan/cloudflare-ddns:latest
You can use my unraid-templates.
#Copyright
Copyright © 2016 Florian Bertholin
See the LICENSE (MIT) file for more details.