Windows 10 已于2025年10月14日停止支持。如果您正在使用 Windows 10,参见 这篇文章

Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

DNS over HTTPS and hosts file usage

  • 2 个回答
  • 2 人有此问题
  • 279 次查看
  • 最后回复者为 konstantin2
  • 已存档

How does DNS over HTTPS modes define usage of hosts file?

Firefox: 69.0, OS: Ubuntu 18.04.3

I noticed that when I enable DNS over HTTPS ("network.trr.mode" set to 2 - use DoH, fall back to DNS), *and* hostname is defined in hosts file (/etc/hosts), Firefox usage of hosts file is inconsistent and hard to predict.

If IPs defined in hosts file and obtained via DNS request differ, corresponding site/resources behaves erratically, as if Firefox chooses at random, which page components' DNS address should be resolved via hosts, and which via DoH.

I had to disable DoH for that reason.

It is possible to set up DoH, so that it used hosts records, if present, and used DNS in all other cases?

How does DNS over HTTPS modes define usage of hosts file? Firefox: 69.0, OS: Ubuntu 18.04.3 I noticed that when I enable DNS over HTTPS ("network.trr.mode" set to 2 - use DoH, fall back to DNS), *and* hostname is defined in hosts file (/etc/hosts), Firefox usage of hosts file is inconsistent and hard to predict. If IPs defined in hosts file and obtained via DNS request differ, corresponding site/resources behaves erratically, as if Firefox chooses at random, which page components' DNS address should be resolved via hosts, and which via DoH. I had to disable DoH for that reason. It is possible to set up DoH, so that it used hosts records, if present, and used DNS in all other cases?

所有回复 (2)

It's puzzling that you get inconsistent results. Could it be due to cached DNS resolutions? Because otherwise it sounds as though Firefox is using the race mode (mode 1) instead of the fallback mode (mode 2):

  • 0 - local only, DoH off by default (current setting)
  • 1 - query DoH and local, use first available
  • 2 - query DoH first, fallback to local (checkbox in options)
  • 3 - query DoH only, do not use local (most private?)
  • 4 - use local but test DoH performance (temporary??)
  • 5 - local only, DoH off by user choice (won't be overridden??)

From: https://daniel.haxx.se/blog/2018/06/03/inside-firefoxs-doh-engine/

As far as I know, what you want is not an option, but I'm relying on the older definitions from the above blog post.

I will try with

network.dnsCacheExpiration

set to 0 (if I understand your question correctly).

Pity the hosts file isn't taken into account as separate resolution means. In my case, when I need hosts-based IPs in certain circumstances, that means I should use a separate browser.