Sign inSign up

bariskisir/cloudflarednsupdater

By bariskisir

Updated 10 months ago

CloudflareDnsUpdater is a tool that updates ip addresses at cloudflare.

Image
0

6.7K

bariskisir/cloudflarednsupdater repository overview

Cloudflare Dns Updater

CloudflareDnsUpdater is a background service running on .NET 10. 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).

Github

Tag summary

Content type

Image

Digest

sha256:9b8ee7993

Size

80.7 MB

Last updated

10 months ago

docker pull bariskisir/cloudflarednsupdater