Ordered DNS options in same order as pi-hole as well as adding DNS.WATCH and Quad9 info.

ail1020 2018-03-27 08:50:37 -05:00
parent 48c66020f9
commit 985713ae4c

@ -1,10 +1,12 @@
The Pi-hole setup offers 6 options for an upstream DNS Provider during the initial setup. The Pi-hole setup offers 8 options for an upstream DNS Provider during the initial setup.
``` ```
Google Google
OpenDNS OpenDNS
Level3 Level3
Comodo
Norton Norton
Comodo
DNS.WATCH
Quad9
Custom Custom
``` ```
@ -38,14 +40,6 @@ This DNS service does no filtering of itself, but redirects mistyped URL to Leve
* 4.2.2.1 * 4.2.2.1
* 4.2.2.2 * 4.2.2.2
### Comodo Secure DNS
SecureDNS references a real-time block list (RBL) of harmful websites (i.e. phishing sites, malware sites, spyware sites, and parked domains that may contain excessive advertising including pop-up and/or pop-under advertisements, etc.) and will warn you whenever you attempt to access a site containing potentially threatening content
* 8.26.56.26
* 8.20.247.20
[More information on Comodo Secure DNS](https://www.comodo.com/secure-dns/)
### Norton ConnectSafe ### Norton ConnectSafe
Norton provides 3 different public DNS servers with filtering. For the default pi-hole installation **DNS policy 1** would be used: Norton provides 3 different public DNS servers with filtering. For the default pi-hole installation **DNS policy 1** would be used:
@ -66,6 +60,29 @@ To block those sites in policy 1 & 2 plus those Norton deems "non-family friendl
[More information on Norton ConnectSafe](https://dns.norton.com/faq.html) [More information on Norton ConnectSafe](https://dns.norton.com/faq.html)
### Comodo Secure DNS
SecureDNS references a real-time block list (RBL) of harmful websites (i.e. phishing sites, malware sites, spyware sites, and parked domains that may contain excessive advertising including pop-up and/or pop-under advertisements, etc.) and will warn you whenever you attempt to access a site containing potentially threatening content
* 8.26.56.26
* 8.20.247.20
[More information on Comodo Secure DNS](https://www.comodo.com/secure-dns/)
### DNS.WATCH
DNS.WATCH offers "Fast, free and uncensored" DNS resolution.
* 84.200.69.80
* 84.200.70.40
* 2001:1608:10:25::1c04:b12f (ipv6)
* 2001:1608:10:25::9249:d69b (ipv6)
[More information on DNS.WATCH](https://dns.watch/)
### Quad9
Quad9 is a free, recursive, anycast DNS platform that provides end users robust security protections, high-performance, and privacy.
* 9.9.9.9
* 149.112.112.112
[More information on Quad9](https://www.quad9.net/about/)
### 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/)