kutzilla / docker-hetzner-ddns

A Docker image that allows you to use Hetzner DNS as a DynDNS Provider
MIT License
23 stars 8 forks source link

Use ipify instead of IPInfo to determine the public IP #2

Closed kutzilla closed 2 years ago

kutzilla commented 2 years ago

The amount of requests to the https://ipinfo.io is limited. To be able to update the public IP frequently, we should switch to https://ipify.org, because the request amount is not limited.

kutzilla commented 2 years ago

Implemented and merged