Sign inSign up

georgebroughton/cloudflaredns

By georgebroughton

Updated about 4 years ago

Simple powershell container to update CloudFlare DNS entries. No-IP alternative.

Image
0

255

georgebroughton/cloudflaredns repository overview

Simple powershell container to update CloudFlare DNS entries with the latest IP of your server. Requires an API key, also known as a token. You also need to get the Zone ID.

Environment Variables

NameDescription
APIKeyThe API key obtained from the CloudFlare admin interface
ZoneIDThe ZoneID obtained from the CloudFlare admin interface
HostNameThe domain name you intend to automatically update
DelayThe amount of time to wait, in seconds, before the script should attempt to update again

Starting the container

docker run -d --name CloudFlareUpdater -e APIKey=${APIKey} -e ZoneID=${ZoneID} -e HostName=${HostName} -e Delay=${Delay} georgebroughton/cloudflaredns

Tag summary

Content type

Image

Digest

sha256:26aae2923

Size

122.6 MB

Last updated

about 4 years ago

docker pull georgebroughton/cloudflaredns