Skip to content

macexx/cloudflare-ddns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published