garfieldwtf/cloudflare-ddns

By garfieldwtf

Updated 4 days ago

Cloudflare DDNS Docker Image. (Multiarch)

Image
Networking
Internet of things
0

5.8K

garfieldwtf/cloudflare-ddns repository overview

Cloudflare DDNS Docker Image

This Docker image simplifies Dynamic DNS updates with Cloudflare using cloudflare-ddns. It automatically updates DNS records on container start and schedules recurring updates via cron every 5 minutes. How to Use:

Pull the Docker Image:
docker pull garfieldwtf/cloudflare-ddns:latest

Run the Docker Container: Replace your-image-name:tag with the actual image name and tag. Set environment variables CF_EMAIL, CF_GLOBAL_API, and CF_DOMAIN with your Cloudflare account details.

docker run -d \
  --name cloudflare-ddns-container \
  -e [email protected] \
  -e CF_GLOBAL_API=your-global-api-key \
  -e CF_DOMAIN=your-domain.example.com \
  garfieldwtf/cloudflare-ddns:latest

Features:

Automatic Setup: Executes cloudflare-ddns on container start with provided credentials.
Scheduled Updates: Sets up a cron job to update Dynamic DNS every 5 minutes.
Convenient Deployment: Ideal for automating DNS updates in Dockerized environments.

Tag summary

Content type

Image

Digest

sha256:4a7fe3d35

Size

22.9 MB

Last updated

4 days ago

docker pull garfieldwtf/cloudflare-ddns