Simple powershell container to update CloudFlare DNS entries. No-IP alternative.
255
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.
| Name | Description |
|---|---|
APIKey | The API key obtained from the CloudFlare admin interface |
ZoneID | The ZoneID obtained from the CloudFlare admin interface |
HostName | The domain name you intend to automatically update |
Delay | The amount of time to wait, in seconds, before the script should attempt to update again |
docker run -d --name CloudFlareUpdater -e APIKey=${APIKey} -e ZoneID=${ZoneID} -e HostName=${HostName} -e Delay=${Delay} georgebroughton/cloudflaredns
Content type
Image
Digest
sha256:26aae2923…
Size
122.6 MB
Last updated
about 4 years ago
docker pull georgebroughton/cloudflaredns