Hacker News new | ask | show | jobs
by vrsfvwae5tbh 2359 days ago
Interestingly the beta for 73.0 [1] includes NextDNS as a second choice for DNS over HTTPS providers as well as Cloudflare.

[1] https://www.mozilla.org/en-US/firefox/73.0beta/releasenotes/

2 comments

Beware though - NextDNS is good but their servers being hosted in France the geolocation gets you IPs in france (when accessing Google properties for example) which slows things down a lot - 30-50ms vs 130+ in my case.

They should have thought about this - it is possible to force resolve the individual domains in the NextDNS UI but that gets problematic fast.

Did you create your personal configuration? When you do, their server should be detecting the geolocation of your IP and assign the nearest ones (what you see at "DNS Servers") to that configuration like how CDN works. You can also check the assigned region at https://ipv4.dns.nextdns.io/ping.
I did create a personal config. The ping says vultr-ewr-1, not sure what that means. Thanks.
How do I make sure that Mozilla is respecting my OS DNS settings and not using DNS over HTTPS at all?
If you want it to just always use what you've configured and not have to follow the changes they make you can set network.trr.mode to 5 in about:config. 5 signifies "off by choice"

If you just want to know how to toggle it normally in case something goes weird with one of the changes it's in the network settings part of the settings page.