Confirmed users
632
edits
(Add DoH rollout section) |
m (Fixes in the spirit of https://bugzilla.mozilla.org/show_bug.cgi?id=1571734) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 6: | Line 6: | ||
For more information, we've created [https://support.mozilla.org/en-US/kb/firefox-dns-over-https documentation about DoH and our plans for deployment]. We also have an [https://support.mozilla.org/en-US/kb/dns-over-https-doh-faqs FAQ], and instructions for [https://support.mozilla.org/en-US/kb/configuring-networks-disable-dns-over-https network operators who wish to disable DoH on their networks]. | For more information, we've created [https://support.mozilla.org/en-US/kb/firefox-dns-over-https documentation about DoH and our plans for deployment]. We also have an [https://support.mozilla.org/en-US/kb/dns-over-https-doh-faqs FAQ], and instructions for [https://support.mozilla.org/en-US/kb/configuring-networks-disable-dns-over-https network operators who wish to disable DoH on their networks]. | ||
== DNS-over- | == DNS-over-HTTPS Rollout == | ||
Main article: [[Security/DNS Over HTTPS]] | |||
== DNS-over-HTTPS Prefs in Firefox == | == DNS-over-HTTPS Prefs in Firefox == | ||
| Line 82: | Line 70: | ||
; network.trr.blacklist-duration : | ; network.trr.blacklist-duration : | ||
(default: 60) is the number of seconds a name will be kept in the TRR | (default: 60) is the number of seconds a name will be kept in the TRR blocklist until it expires and then will be tried with TRR again. The default duration is one minute. | ||
Entries are added to the TRR | Entries are added to the TRR blocklist when the resolution fails with TRR but works with the native resolver, or if the subsequent connection with a TRR resolved host name fails but works with a retry that is resolved natively. When a hostname is added to the TRR, its domain gets checked in the background to see if the whole domain should be blocklisted to ensure a smoother ride going forward. | ||
; network.trr.request_timeout_ms : | ; network.trr.request_timeout_ms : | ||
| Line 148: | Line 136: | ||
(default: true) When true, the DNS+TRR cache will be cleared when a relevant TRR pref changes. (uri, bootstrapAddress, excluded-domains) | (default: true) When true, the DNS+TRR cache will be cleared when a relevant TRR pref changes. (uri, bootstrapAddress, excluded-domains) | ||
== Dynamic | == Dynamic Blocklist == | ||
To keep the failure rate at a minimum, the TRR system manages a dynamic | To keep the failure rate at a minimum, the TRR system manages a dynamic | ||
persistent | persistent blocklist for host names that can't be resolved with DOH but works | ||
with the native resolver. | with the native resolver. Blocklisted entries will not be retried over DOH for one minute. | ||
"localhost" and names in the ".local" TLD will never be | "localhost" and names in the ".local" TLD will never be | ||
resolved via DOH. | resolved via DOH. | ||