2020-08-30 15:45:35 +02:00
|
|
|
server:
|
2023-02-21 18:08:54 +01:00
|
|
|
# Debian ca-certificates location
|
2024-04-17 15:01:38 +02:00
|
|
|
#tls-cert-bundle: /etc/ssl/certs/ca-certificates.crt
|
2024-05-14 14:07:11 +02:00
|
|
|
# Fedora
|
2023-02-21 18:08:54 +01:00
|
|
|
#tls-cert-bundle: /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
|
2024-04-17 15:01:38 +02:00
|
|
|
# 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
|
2024-05-07 07:26:20 +02:00
|
|
|
# Private ECS is more accurate with IPv4 than IPv6.
|
|
|
|
prefer-ip4: yes
|
|
|
|
prefer-ip6: no
|
2020-08-30 15:45:35 +02:00
|
|
|
|
|
|
|
forward-zone:
|
2023-02-21 18:08:54 +01:00
|
|
|
name: "."
|
|
|
|
forward-tls-upstream: yes
|
|
|
|
forward-addr: 2a10:50c0::ad1:ff@853#dns.adguard.com
|
|
|
|
forward-addr: 94.140.14.14@853#dns.adguard.com
|
|
|
|
forward-addr: 2a10:50c0::ad2:ff@853#dns.adguard.com
|
|
|
|
forward-addr: 94.140.15.15@853#dns.adguard.com
|
2020-09-27 13:34:54 +02:00
|
|
|
|
|
|
|
# Updated for https://adguard.com/en/blog/adguard-dns-new-addresses.html
|
2024-04-19 08:14:32 +02:00
|
|
|
|
|
|
|
# vim: filetype=unbound.conf
|