mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-07-31 02:57:21 +02:00
37 lines
1.4 KiB
Plaintext
37 lines
1.4 KiB
Plaintext
# Three non-commercial malicious domain blocking DNS servers. At least one
|
|
# will likely work, even if three choices means three different filters and
|
|
# things might get past something.
|
|
|
|
server:
|
|
# Debian ca-certificates location
|
|
#tls-cert-bundle: /etc/ssl/certs/ca-certificates.crt
|
|
# Fedora
|
|
#tls-cert-bundle: /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
|
|
# Use system certificates no matter where they are
|
|
tls-system-cert: yes
|
|
# Quad9 says pointless performance impact on forwarders.
|
|
# https://docs.quad9.net/Quad9_For_Organizations/DNS_Forwarder_Best_Practices/#disable-qname-minimization
|
|
qname-minimisation: no
|
|
|
|
forward-zone:
|
|
name: "."
|
|
forward-tls-upstream: yes
|
|
forward-addr: 2a0f:fc80::@853#dns0.eu
|
|
forward-addr: 193.110.81.0@853#dns0.eu
|
|
forward-addr: 2a0f:fc81::@853#dns0.eu
|
|
forward-addr: 185.253.5.0@853#dns0.eu
|
|
## Quad9 Secure
|
|
forward-addr: 2620:fe::fe@8853#dns.quad9.net
|
|
forward-addr: 2620:fe::9@8853#dns.quad9.net
|
|
forward-addr: 9.9.9.9@8853#dns.quad9.net
|
|
forward-addr: 149.112.112.112@8853#dns.quad9.net
|
|
forward-addr: 2620:fe::fe@853#dns.quad9.net
|
|
forward-addr: 2620:fe::9@853#dns.quad9.net
|
|
forward-addr: 9.9.9.9@853#dns.quad9.net
|
|
forward-addr: 149.112.112.112@853#dns.quad9.net
|
|
# DNS4EU Protective
|
|
forward-addr: 2a13:1001::86:54:11:1@853#protective.joindns4.eu
|
|
forward-addr: 86.54.11.1@853#protective.joindns4.eu
|
|
|
|
# vim: filetype=unbound.conf
|