Last active
July 26, 2024 13:43
-
-
Save sirkirby/2e83de47cef930baddedfb12e80a5558 to your computer and use it in GitHub Desktop.
Know public DNS resolvers
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Known public DNS and DoH resolvers | |
// See https://dnsprivacy.org/public_resolvers/ | |
// Ports 54, 853, and 443 (DoH) | |
// IPv4 | |
1.0.0.1 | |
1.1.1.1 | |
4.2.2.1 | |
4.2.2.2 | |
4.4.4.4 | |
8.8.8.8 | |
8.20.247.20 | |
8.26.56.26 | |
9.9.9.9 | |
9.9.9.10 | |
9.9.9.11 | |
84.200.69.80 | |
84.200.70.40 | |
94.140.14.14 | |
94.140.15.15 | |
94.140.14.15 | |
94.140.15.16 | |
94.140.14.140 | |
94.140.14.141 | |
149.112.112.10 | |
149.112.112.11 | |
149.112.112.112 | |
163.172.141.219 | |
185.228.168.9 | |
185.228.169.9 | |
185.228.168.168 | |
185.228.169.168 | |
185.228.168.10 | |
185.228.169.11 | |
207.246.121.77 | |
208.67.220.220 | |
208.67.222.222 | |
// IPv6 | |
620:fe::fe | |
2620:fe::10 | |
2606:4700:4700::1111 | |
2606:4700:4700::1001 | |
2001:4860:4860::8888 | |
2001:4860:4860::8844 | |
2a0d:2a00:1::2 | |
2a0d:2a00:2::2 | |
2a0d:2a00:1:: | |
2a0d:2a00:2:: | |
2a0d:2a00:1::1 | |
2a0d:2a00:2::1 | |
2a10:50c0::ad1:ff | |
2a10:50c0::ad2:ff | |
2a10:50c0::bad1:ff | |
2a10:50c0::bad2:ff | |
2a10:50c0::1:ff | |
2a10:50c0::2:ff |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are a few other lists I've found if you want to create more comprehensive drop rules.