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 a cron job for scheduling #1

Closed kutzilla closed 2 years ago

kutzilla commented 2 years ago

The current implementation uses an infinite-loop and time.Sleep for updating the DNS record. This should be improved by using a proper scheduling solution like cron jobs.

kutzilla commented 2 years ago

Implemented and merged