change-firefox-dns.md
This commit is contained in:
parent
69c0a7dfb2
commit
0c2d072829
|
@ -1,6 +1,6 @@
|
||||||
## Solutions - Change default DNS provider of firefox
|
## Change default DNS provider of Firefox
|
||||||
|
|
||||||
Mozilla (Firefox) has partnered up with Cloudflare and will resolve the domain names from the application itself via a DNS server from Cloudflare.
|
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 everyone’s DNS requests.
|
Cloudflare will then be able to read everyone’s DNS requests.
|
||||||
|
|
||||||
> You can disable it in “about:config"
|
> You can disable it in “about:config"
|
||||||
|
@ -8,7 +8,7 @@ Cloudflare will then be able to read everyone’s DNS requests.
|
||||||
- The string value of "`network.trr.uri`" should be empty.
|
- The string value of "`network.trr.uri`" should be empty.
|
||||||
- The string value of "`network.trr.resolvers`" should be set to `[]`.
|
- The string value of "`network.trr.resolvers`" should be set to `[]`.
|
||||||
|
|
||||||
> Or in /distribution/policies.json` (Firefox ESR)
|
> Or in `/distribution/policies.json` (Firefox ESR)
|
||||||
|
|
||||||
```
|
```
|
||||||
...
|
...
|
||||||
|
@ -20,6 +20,5 @@ Cloudflare will then be able to read everyone’s DNS requests.
|
||||||
```
|
```
|
||||||
|
|
||||||
Some other settings can also contain Cloudflare URLs. It is recommended to search for "`cloudflare`".
|
Some other settings can also contain Cloudflare URLs. It is recommended to search for "`cloudflare`".
|
||||||
GNU Icecat and older Firefox versions(<68) are not affected *yet*.
|
|
||||||
|
|
||||||
![The about:config page which shows the Cloudflare DNS address in the network.trr.uri string.](../image/firefox-cloudflare-dns-settings.jpg)
|
![The about:config page which shows the Cloudflare DNS address in the network.trr.uri string.](../image/firefox-cloudflare-dns-settings.jpg)
|
||||||
|
|
Loading…
Reference in New Issue