myanesp / ovh-ip-updater

Docker image for updating the DNS records of your OVH domain using its official API, instead of DynHost
GNU Affero General Public License v3.0
3 stars 1 forks source link

Fallback method for detecting IP #6

Open myanesp opened 6 hours ago

myanesp commented 6 hours ago

Currently, you have to choose one supported provider to obtain IP (or use the default). But what happens if, for any reason (downtime, firewall, etc), that provider is down?

So maybe we can try to obtain the IP through the other providers before the program fails.