mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-01-26 14:29:49 +00:00
Ordering of list of providers, and ordering of descriptions of providers now match order in Pi-hole web ui
parent
80a99a6f33
commit
6b5abbf666
1 changed files with 8 additions and 9 deletions
|
@ -2,12 +2,12 @@ The Pi-hole setup offers 8 options for an upstream DNS Provider during the initi
|
||||||
```
|
```
|
||||||
Google
|
Google
|
||||||
OpenDNS
|
OpenDNS
|
||||||
CloudFlare DNS
|
|
||||||
Level3
|
Level3
|
||||||
Norton
|
Norton
|
||||||
Comodo
|
Comodo
|
||||||
DNS.WATCH
|
DNS.WATCH
|
||||||
Quad9
|
Quad9
|
||||||
|
CloudFlare DNS
|
||||||
Custom
|
Custom
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -35,14 +35,6 @@ OpenDNS also provides the *OpenDNS FamilyShield (free)* option. The service bloc
|
||||||
|
|
||||||
[More information on OpenDNS FamilyShield](https://store.opendns.com/setup/#/familyshield) + [OpenDNS FamilyShield introduction Blog](https://blog.opendns.com/2010/06/23/introducing-familyshield-parental-controls/)
|
[More information on OpenDNS FamilyShield](https://store.opendns.com/setup/#/familyshield) + [OpenDNS FamilyShield introduction Blog](https://blog.opendns.com/2010/06/23/introducing-familyshield-parental-controls/)
|
||||||
|
|
||||||
### CloudFlare DNS
|
|
||||||
CloudFlare will never log your IP address (the way other companies identify you). The independent DNS monitor DNSPerf ranks 1.1.1.1 the fastest DNS service in the world.
|
|
||||||
* 1.1.1.1
|
|
||||||
* 1.0.0.1
|
|
||||||
|
|
||||||
[More information on Cloudflare DNS](https://cloudflare-dns.com/#explanation)
|
|
||||||
|
|
||||||
|
|
||||||
### Level3 DNS
|
### Level3 DNS
|
||||||
This DNS service does no filtering of itself, but redirects mistyped URL to Level 3 Web Search.
|
This DNS service does no filtering of itself, but redirects mistyped URL to Level 3 Web Search.
|
||||||
* 4.2.2.1
|
* 4.2.2.1
|
||||||
|
@ -92,6 +84,13 @@ Quad9 is a free, recursive, anycast DNS platform that provides end users robust
|
||||||
|
|
||||||
[More information on Quad9](https://www.quad9.net/about/)
|
[More information on Quad9](https://www.quad9.net/about/)
|
||||||
|
|
||||||
|
### CloudFlare DNS
|
||||||
|
CloudFlare will never log your IP address (the way other companies identify you). The independent DNS monitor DNSPerf ranks 1.1.1.1 the fastest DNS service in the world.
|
||||||
|
* 1.1.1.1
|
||||||
|
* 1.0.0.1
|
||||||
|
|
||||||
|
[More information on Cloudflare DNS](https://cloudflare-dns.com/#explanation)
|
||||||
|
|
||||||
### Custom
|
### Custom
|
||||||
With custom, you'll choose your favorite DNS provider.
|
With custom, you'll choose your favorite DNS provider.
|
||||||
If you care about net independence and privacy I'll suggest you give a look at : [OpenNIC DNS Project](https://www.opennicproject.org/nearest-servers/)
|
If you care about net independence and privacy I'll suggest you give a look at : [OpenNIC DNS Project](https://www.opennicproject.org/nearest-servers/)
|
||||||
|
|
Loading…
Add table
Reference in a new issue