albertito / dnss

DNS over HTTPS [mirror]
https://blitiri.com.ar/git/r/dnss/
Other
125 stars 17 forks source link

Is it possible to use multiple --https_upstream clauses? #5

Open kapitainsky opened 5 years ago

kapitainsky commented 5 years ago

at the moment I am testing with

--https_upstream="https://1.1.1.1/dns-query"

but is it possible to add multiple DoH sources? e.g. in case if 1.1.1.1 is down use next one --https_upstream="https://9.9.9.9/dns-query"

albertito commented 4 years ago

Sorry for taking so long to come back to this.

It's not possible at the moment, although it seems like a reasonable thing to support. I'll leave this open and will try to get to it at some point in the future.

albertito commented 2 years ago

For future reference, a very similar request was made but for -fallback_upstream in #11.