Skip to content

arkan/cloudflare-ddns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cloudflare-ddns

This small application will keep a Cloudflare DNS record up to date with the Docker public IP address.

Usage

Basic

CF_HOST=xx.yy.com CF_API_KEY=xxxxx -e CF_API_EMAIL=your@email.com go run cmd/cloudflare-ddns/main.go

Docker

docker run -e CF_HOST=xx.yy.com -e CF_API_KEY=xxxxx -e CF_API_EMAIL=your@email.com arkan/cloudflare-ddns:latest

unRAID

You can use my unraid-templates.

#Copyright

Copyright © 2016 Florian Bertholin

See the LICENSE (MIT) file for more details.

About

Keep a Cloudflare DNS record up to date with the Docker public IP address

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages