Use DoH as default
This commit is contained in:
parent
03cae7f129
commit
f0f75998c3
1 changed files with 4 additions and 1 deletions
|
@ -208,7 +208,10 @@ user_pref("network.trr.resolvers", '[{ "name": "Cloudflare", "url": "https://moz
|
|||
|
||||
// adjust the following to your liking
|
||||
// 0 = use system DNS, 2 = use DNS-over-HTTPS resolver, select one in UI under network, otherwise you might end up with cloudflare
|
||||
user_pref("network.trr.mode", 0);
|
||||
user_pref("network.trr.mode", 2);
|
||||
|
||||
// set the trr URI from one of the list above
|
||||
user_pref("network.trr.uri", "https://dns.myservermanager.com/dns-query");
|
||||
|
||||
// only allow plugins which are actively confirmed
|
||||
user_pref("plugins.click_to_play", true);
|
||||
|
|
Loading…
Reference in a new issue