mirror of
https://github.com/albertito/dnss.git
synced 2026-04-26 18:05:57 +03:00
[GH-ISSUE #5] Is it possible to use multiple --https_upstream clauses? #6
Labels
No labels
enhancement
enhancement
pull-request
question
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dnss#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kapitainsky on GitHub (Aug 19, 2019).
Original GitHub issue: https://github.com/albertito/dnss/issues/5
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 on GitHub (May 29, 2020):
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 on GitHub (Jul 3, 2022):
For future reference, a very similar request was made but for
-fallback_upstreamin #11.