mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-02 15:59:22 +01:00
87 lines
2.0 KiB
Plaintext
87 lines
2.0 KiB
Plaintext
#
|
|
##### BEGIN DNS RESOLVER LIST #####
|
|
|
|
# Well known DNS servers to be appended to /etc/hosts
|
|
|
|
# Quad 9 Secure
|
|
9.9.9.9 dns.quad9.net
|
|
149.112.112.112 dns.quad9.net
|
|
2620:fe::fe dns.quad9.net
|
|
2620:fe::9 dns.quad9.net
|
|
|
|
# Quad9 No Threat Blocking
|
|
9.9.9.10 dns10.quad9.net
|
|
149.112.112.10 dns10.quad9.net
|
|
2620:fe::10 dns10.quad9.net
|
|
2620:fe::fe:10 dns10.quad9.net
|
|
|
|
# Quad9 Secure + ECS
|
|
9.9.9.11 dns11.quad9.net
|
|
149.112.112.11 dns11.quad9.net
|
|
2620:fe::11 dns11.quad9.net
|
|
2620:fe::fe:11 dns11.quad9.net
|
|
|
|
# Quad9 No Threat Blocking + ECS
|
|
9.9.9.12 dns12.quad9.net
|
|
149.112.112.12 dns12.quad9.net
|
|
2620:fe::12 dns12.quad9.net
|
|
2620:fe::fe:12 dns12.quad9.net
|
|
|
|
# DNS0 default
|
|
193.110.81.0 dns0.eu
|
|
185.253.5.0 dns0.eu
|
|
2a0f:fc80:: dns0.eu
|
|
2a0f:fc81:: dns0.eu
|
|
|
|
# DNS0 Zero
|
|
193.110.81.9 zero.dns0.eu
|
|
185.253.5.9 zero.dns0.eu
|
|
2a0f:fc80::9 zero.dns0.eu
|
|
2a0f:fc81::9 zero.dns0.eu
|
|
|
|
# DNS0 Kids
|
|
193.110.81.1 kids.dns0.eu
|
|
185.253.5.1 kids.dns0.eu
|
|
2a0f:fc80::1 kids.dns0.eu
|
|
2a0f:fc81::1 kids.dns0.eu
|
|
|
|
# DNS0 Open
|
|
193.110.81.254 open.dns0.eu
|
|
185.253.5.254 open.dns0.eu
|
|
2a0f:fc80::ffff open.dns0.eu
|
|
2a0f:fc81::ffff open.dns0.eu
|
|
|
|
# Cloudflare
|
|
1.1.1.1 cloudflare-dns.com one.one.one.one
|
|
1.0.0.1 cloudflare-dns.com one.one.one.one
|
|
2606:4700:4700::1111 cloudflare-dns.com one.one.one.one
|
|
2606:4700:4700::1001 cloudflare-dns.com one.one.one.one
|
|
|
|
1.1.1.2 security.cloudflare-dns.com
|
|
1.0.0.2 security.cloudflare-dns.com
|
|
2606:4700:4700::1112 security.cloudflare-dns.com
|
|
2606:4700:4700::1002 security.cloudflare-dns.com
|
|
|
|
# Mullvad ad, tracker & malware block
|
|
194.242.2.4 base.dns.mullvad.net
|
|
2a07:e340::4 base.dns.mullvad.net
|
|
|
|
# AdGuard Default
|
|
94.140.14.14 dns.adguard-dns.com
|
|
94.140.15.15 dns.adguard-dns.com
|
|
2a10:50c0::ad1:ff dns.adguard-dns.com
|
|
2a10:50c0::ad2:ff dns.adguard-dns.com
|
|
|
|
# Google DNS
|
|
8.8.8.8 dns.google dns.google.com
|
|
8.8.4.4 dns.google dns.google.com
|
|
2001:4860:4860::8888 dns.google dns.google.com
|
|
2001:4860:4860::8844 dns.google dns.google.com
|
|
|
|
# Google DNS64
|
|
2001:4860:4860::6464 dns64.dns.google
|
|
2001:4860:4860::64 dns64.dns.google
|
|
|
|
##### END DNS RESOLVER LIST #####
|
|
#
|