LibreAwoo: use DNS0 for TRR

DNS level blocking is reduntant here and has no options for unblocking.
Besides my family tech support role is pushing DNS0 to family, so when
it doesn't work, I should be aware.
This commit is contained in:
Aminda Suomalainen 2023-12-01 09:57:09 +02:00
parent dc1fa5e65d
commit b070a01c25
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 2 additions and 2 deletions

View File

@ -60,8 +60,8 @@ defaultPref("reader.parse-on-load.force-enabled", true);
// TRR & ECH
defaultPref("network.trr.mode", 3);
defaultPref("network.trr.early-AAAA", true);
defaultPref("network.trr.uri", "https://base.dns.mullvad.net/dns-query");
//defaultPref("network.trr.disable-ECS", false);
defaultPref("network.trr.uri", "https://dns0.eu");
defaultPref("network.trr.disable-ECS", false);
defaultPref("network.dns.echconfig.enabled", true);
defaultPref("network.dns.use_https_rr_as_altsvc", true);
defaultPref(