LibreAwoo: lets try trr mode 3 again

This commit is contained in:
Aminda Suomalainen 2024-01-20 12:33:20 +02:00
parent fef86e8e88
commit 85ed565048
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 2 additions and 2 deletions

View File

@ -62,8 +62,8 @@ defaultPref("reader.parse-on-load.force-enabled", true);
// TRR & ECH
// Mode 2 allows fallback to system resolver, 3 is TTR-only
//defaultPref("network.trr.mode", 3);
defaultPref("network.trr.mode", 2);
defaultPref("network.trr.mode", 3);
//defaultPref("network.trr.mode", 2);
defaultPref("network.trr.early-AAAA", true);
defaultPref("network.trr.uri", "https://dns0.eu");
// NOTE: ECH requires TRR, so mode 2 may not use it.