Skip to content

Commit a4e0579

Browse files
authored
Merge pull request #1210 from rrobgill/dnsupstream
Update documentation about upstream dns providers available at instal…
2 parents 2619cac + bdad46a commit a4e0579

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

docs/guides/dns/upstream-dns-providers.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The Pi-hole setup offers 8 options for an upstream DNS provider during the initial setup.
1+
The Pi-hole setup offers 10 options for an upstream DNS provider during the initial setup.
22

33
```text
44
Google
@@ -7,6 +7,8 @@ Level3
77
Comodo
88
DNS.WATCH
99
Quad9
10+
Quad9 (unfiltered)
11+
Quad9 (ECS)
1012
CloudFlare DNS
1113
Custom
1214
```
@@ -19,6 +21,8 @@ Default upstream DNS provider on the Pi-hole.
1921

2022
- 8.8.8.8
2123
- 8.8.4.4
24+
- 2001:4860:4860::8888 (IPv6)
25+
- 2001:4860:4860::8844 (IPv6)
2226

2327
[More information on Google Public DNS](https://developers.google.com/speed/public-dns/)
2428

@@ -75,11 +79,27 @@ DNS.WATCH offers Fast, free and uncensored DNS resolution.
7579

7680
Quad9 is a free, recursive, anycast DNS platform that provides end users robust security protections, high-performance, and privacy.
7781

82+
Filtered
83+
7884
- 9.9.9.9
7985
- 149.112.112.112
8086
- 2620:fe::fe (IPv6)
8187
- 2620:fe::9 (IPv6)
8288

89+
Unfiltered, no DNSSEC
90+
91+
- 9.9.9.10
92+
- 149.112.112.10
93+
- 2620:fe::10 (IPv6)
94+
- 2620:fe::fe:10 (IPv6)
95+
96+
Filtered, ECS enabled
97+
98+
- 9.9.9.11
99+
- 149.112.112.11
100+
- 2620:fe::11 (IPv6)
101+
- 2620:fe::fe:11 (IPv6)
102+
83103
[More information on Quad9](https://www.quad9.net/about/)
84104

85105
### CloudFlare DNS

0 commit comments

Comments
 (0)