m13253 / dns-over-https

High performance DNS over HTTPS client & server
https://developers.google.com/speed/public-dns/docs/dns-over-https
MIT License
1.96k stars 221 forks source link

[Feature request] primary server and backup server #138

Closed Gontier-Julien closed 1 year ago

Gontier-Julien commented 1 year ago

It would be nice to have an option on the upstream DNS server selection, to have a primary server and others servers setup as backup in case the primary one fail ^^

It would be useful instead of doing a setup like:

Doh server ==> nginx load balance ==> local (or non-local) DNS server

So kinda something like this:

Doh server ==> if primary DNS server available then use it, if it down go to the backup one

m13253 commented 1 year ago

Duplicate of #100. Mainly delayed due to lack of development resource. PRs are welcome.

Edit: Sorry, I meant duplicate of #119. An advanced selector engine in the future can measure the availability of servers.