Skip to content

Instantly share code, notes, and snippets.

View cleanbrowsing's full-sized avatar

CleanBrowsing cleanbrowsing

View GitHub Profile
@cleanbrowsing
cleanbrowsing / trrprefs.md
Last active July 25, 2022 20:54 — forked from bagder/trrprefs.md
trr prefs

Preferences

All preferences for the DNS-over-HTTPS functionality in Firefox are located under the "network.trr" prefix (TRR == Trusted Recursive Resolver). The support for these are targeted for shipping in release Firefox 62.

network.trr.mode

set which resolver mode you want.

0 - Off (default). use standard native resolving only (don't use TRR at all)

1 - Race native against TRR. Do them both in parallel and go with the one that returns a result first.