|
|
Subscribe / Log in / New account

DNS over HTTPS in Firefox

DNS over HTTPS in Firefox

Posted Jun 4, 2018 17:32 UTC (Mon) by tialaramex (subscriber, #21167)
In reply to: DNS over HTTPS in Firefox by magfr
Parent article: DNS over HTTPS in Firefox

Apparently Firefox's implementation has both a soft fail and a hard fail DoH mode. In hard fail, too bad, you wanted DoH, the name you asked about is NXDOMAIN (or no records) according to the DoH resolver, so, this site isn't reachable.

In soft fail, after it gets a negative response over DoH, Firefox tries your default OS resolver. This means /etc/hosts entries, "split brain" private DNS entries and so on will work after that happens.

I can see there'd be split brain scenarios where this doesn't do what you want (e.g. the public Internet sees one server, which requires a separate multi-step authentication, but the private Intranet offers a different IP address for the same name, and on that server it uses, say, Windows authentication or a company SSO solution). But I suspect those are comparatively rare.


to post comments


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds