-
-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fallback/Secondary DNS #211
Comments
Makes sense. We do plan to introduce concept of what we call a default server to which the connections would fallback upon. That said, for DNSCrypt and DoH, servers are bootstrapped with multiple IPs where available. For example, RethinkDNS' servers are behind three Cloudflare anycast IPs and all three can and will be used in the current implementation. |
Would be nice to use this as default, but if can't connect for whatever reason or when you are not connected at home wifi to automatically fallback to a backup dns. |
Hi, Any chance for this feature to be developed? |
Yes, fallback dns shipped with Only a limited number of fallbacks (all DoH) though:
We plan to add Quad9 and System DNS in a future release. Fallback is rarely needed so, a range of configuration options aren't really required. Besides, fallback DNS entries are hard-coded into the app and cannot be user modified. rethink-app/app/src/main/java/com/celzero/bravedns/util/Constants.kt Lines 272 to 277 in 139272a
|
Consider adding the ability to revert to the old behavior for security reasons... |
What security reasons do you think warrant removal of a fallback? I can see the privacy angle. Perhaps, we should add None as an option that disables fallback. |
Exactly my point, just a simple "none" option
edit: security as in ensuring DNS queries ONLY go through my existing DNS firewall (NextDNS)
thats why im sadly currently stuck with nebulo
|
|
Description
RethinkDNS app only uses one DNS server, in case of service issues connections will fail.
Some users have self-hosted DNS server (AdGuard Home, Pi-Hole ...), sometimes the server need maintenance or system fail, during maintenance users could use the main DNS.
Solution
Having a secondary DNS or fallback will solve the issues in case of main server failure.
The text was updated successfully, but these errors were encountered: