F
ForgottenSeer 78429
@SeriousHoax can you help me out? I am trying to setup nextdns with Simple DNSCrypt can not find any working way. I read on Github that you got it working with your custom NextDNS profile.@Azure For Firefox, after setting your desired DoH, in about:config change "network.trr.mode" to 3 and set "network.trr.bootstrapAddress" to the ip4 address of your DoH provider. This would ensure no matter what Firefox is always using DoH.
network.trr.mode modes explained:
*TRR = Trusted Recursive Resolver
- 0 - Off (default). use standard native resolving only (don't use TRR at all)
- 1 - Reserved (used to be Race mode)
- 2 - First. Use TRR first, and only if the name resolve fails use the native resolver as a fallback.
- 3 - Only. Only use TRR. Never use the native (This mode also requires the bootstrapAddress pref to be set)
- 4 - Reserved (used to be Shadow mode)
- 5 - Off by choice. This is the same as 0 but marks it as done by choice and not done by default.