arevindh / pihole-speedtest

Pihole Speedtest Mod
https://arevindh.github.io/pihole-speedtest/
MIT License
216 stars 22 forks source link

Ability to fall back to default if the selected speed test server becomes unavailable or unresponsive #62

Closed vasundhar closed 3 years ago

vasundhar commented 3 years ago

One of the server I have chosen became unresponsive (could be temporary), so I changed the script to back out and retry in 25 or so seconds later.

I feel it may not be a bad idea to pick any other available network if the speed test fails.

You can however keep the list for a day before referring and use the list as back up.

j-broo commented 3 years ago

Could also be accomplished by allowing the choice of primary and secondary speedtest servers. If the primary fails, fall back to secondary.

arevindh commented 3 years ago

Will consider it once make it as a standalone application.