deCloudflare/subfiles/change-firefox-dns.md

25 lines
835 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## Change default DNS provider of Firefox
Mozilla has partnered up with Cloudflare and will resolve the domain names from the application itself via a DNS server from Cloudflare.
Cloudflare will then be able to read everyones DNS requests.
> You can disable it in “about:config"
- The string value of "`network.trr.uri`" should be empty.
- The string value of "`network.trr.resolvers`" should be set to `[]`.
> Or in `/distribution/policies.json` (Firefox ESR)
```
...
"DNSOverHTTPS": {
"Enabled": false,
"ProviderURL": "https://0.0.0.0/"
},
...
```
Some other settings can also contain Cloudflare URLs. It is recommended to search for "`cloudflare`".
![The about:config page which shows the Cloudflare DNS address in the network.trr.uri string.](../image/firefox-cloudflare-dns-settings.jpg)