Sign inSign up

mace/cloudflare-ddns

By mace

Updated over 10 years ago

Image
1

100K+

mace/cloudflare-ddns repository overview

cloudflare-ddns

This Dockerfile will keep your Docker containers public IP address up to date with a CloudFlare DNS A record (Dynamic DNS).

(Based on the work of Marcus Hughes <[email protected] to better fit UNRAID)

Usage:

To use, run the Docker container with your CloudFlare API credentials found on your CloudFlare account page:

docker run --net="host" --name="cloudflare" -e "CF_EMAIL=your@cloudflare_email.com" -e "CF_HOST=sub.domain.com" -e "CF_API=xxxxxxxxxxxxxx" mace/cloudflare-ddns

To run in the background, add the -d switch after docker run.

Tag summary

Content type

Image

Digest

sha256:9d12470b4

Size

107 MB

Last updated

over 10 years ago

docker pull mace/cloudflare-ddns