Do not enforce DoH
This commit is contained in:
parent
792c0a3ad5
commit
74f306b94d
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ user_pref("network.trr.resolvers", '[{ "name": "Cloudflare", "url": "https://moz
|
||||||
|
|
||||||
// adjust the following to your liking
|
// 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
|
// 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", 2);
|
user_pref("network.trr.mode", 0);
|
||||||
user_pref("network.trr.uri", "https://dns.myservermanager.com/dns-query");
|
user_pref("network.trr.uri", "https://dns.myservermanager.com/dns-query");
|
||||||
|
|
||||||
// customly set, adjust to your liking
|
// customly set, adjust to your liking
|
||||||
|
|
Loading…
Reference in a new issue