Simple docker image that updates a specified record to point to the current public ip address
181
⚠️ This image avoids a known issue in some DDNS containers where incorrect IPs (e.g. 104.x.x.x) are written to Cloudflare, causing outages.
docker run -d \
--name cloudflare-ddns \
--env-file .env \
--restart unless-stopped \
gitparth12/ddns-updater:latest
CF_API_TOKEN
CF_ZONE_ID
CF_RECORD_NAME
Optional:
IP_CHECK_URL=https://api.ipify.org
CHECK_INTERVAL=300
Full documentation and examples: https://github.com/gitparth12/ddns-updater
Content type
Image
Digest
sha256:6e30d9df6…
Size
42.1 MB
Last updated
6 months ago
docker pull dockerparth12/ddns-updater