Skip to content

bariskisir/CloudflareDnsUpdater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cloudflare Dns Updater

CloudflareDnsUpdater is a background service running on .NET 8. This service frequently checks domains' A records and update them with the current IP address. It is designed to be used for hosting applications with dynamic ip address.

Usage

docker run -d --name cloudflare-dns-updater --restart always -e "Token=CLOUDFLARE_TOKEN" -e "Domain=test.example.com www.example.com" -e "Delay=5" bariskisir/cloudflarednsupdater

Environment variables

Token is required. Create "All zones - DNS:Edit" token from cloudflare. How to

Domains are required.

Delay is optional (minute).

Dockerhub

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published