Use DoH as default

This commit is contained in:
Alexander Schäferdiek 2020-11-04 10:26:14 +01:00
parent 03cae7f129
commit f0f75998c3

View file

@ -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);