Changes

Jump to: navigation, search

Trusted Recursive Resolver

1,348 bytes added, 12:24, 7 February 2020
Add new prefs to the list
(default: true) If Firefox detects that your system does not have IPv6 connectivity, it will not request IPv6 addresses from the DoH server.
 
 
=== network.trr.wait-for-A-and-AAAA ===
 
(default: true) When true, the DNS request will wait for both A and AAAA responses (if both have been requested) before notifying the listeners. When true, it effectively cancels `network.trr.early-AAAA`
=== network.trr.max-fails ===
(default: `localhost,local`) Comma separated list of domain names to be resolved using the native resolver instead of TRR. The host of the captive portal detection is also added to the exclusion list internally, in order to be able to detect local captive portals. Users should change this pref as it may get overwritten by changes to the default values.
 
=== network.trr.enable_when_vpn_detected ===
 
(default: false) When false if a Windows VPN is detected on the system then TRR will be disabled. If true, VPN status will be ignored when deciding if to enable TRR.
 
=== network.trr.enable_when_proxy_detected ===
 
(default: false) When false if a Windows Proxy is detected on the system then TRR will be disabled. If true, VPN status will be ignored when deciding if to enable TRR.
 
=== network.trr.enable_when_nrpt_detected ===
 
(default: false) When false on Windows if NRPT is detected on the system then TRR will be disabled. If true, VPN status will be ignored when deciding if to enable TRR.
 
 
=== network.trr.send_user-agent_headers ===
 
(default: false) When false the User-Agent header will not be set on TRR requests.
 
=== network.trr.send_accept-language_headers ===
 
(default: false) When false the Accept-Language header will not be set on TRR requests.
 
=== network.trr.clear-cache-on-pref-change ===
 
(default: true) When true, the DNS+TRR cache will be cleared when a relevant TRR pref changes. (uri, bootstrapAddress, excluded-domains)
== Dynamic Blacklist ==
Confirm
89
edits

Navigation menu