mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 19:29:22 +01:00
unbound: move to tls-ystem-cert from tls-cert-bundle & disable qname minimization for DoT forward-zones
This commit is contained in:
parent
6af465359d
commit
363be56010
@ -1,8 +1,13 @@
|
|||||||
server:
|
server:
|
||||||
# Debian ca-certificates location
|
# Debian ca-certificates location
|
||||||
tls-cert-bundle: /etc/ssl/certs/ca-certificates.crt
|
#tls-cert-bundle: /etc/ssl/certs/ca-certificates.crt
|
||||||
# Fedora location
|
# Fedora location
|
||||||
#tls-cert-bundle: /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
|
#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
|
||||||
|
|
||||||
# This list is for my travel laptop to have at least one DoT443 server
|
# This list is for my travel laptop to have at least one DoT443 server
|
||||||
# which seems to be applied-privacy.net. They advice having multiple DoT servers
|
# which seems to be applied-privacy.net. They advice having multiple DoT servers
|
||||||
|
@ -3,9 +3,14 @@
|
|||||||
|
|
||||||
server:
|
server:
|
||||||
# Debian ca-certificates location
|
# Debian ca-certificates location
|
||||||
tls-cert-bundle: /etc/ssl/certs/ca-certificates.crt
|
#tls-cert-bundle: /etc/ssl/certs/ca-certificates.crt
|
||||||
# ctrl.blog says this is the Fedora location
|
# ctrl.blog says this is the Fedora location
|
||||||
#tls-cert-bundle: /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
|
#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 queries to
|
# Forward queries to
|
||||||
forward-zone:
|
forward-zone:
|
||||||
|
@ -1,8 +1,13 @@
|
|||||||
server:
|
server:
|
||||||
# Debian ca-certificates location
|
# Debian ca-certificates location
|
||||||
tls-cert-bundle: /etc/ssl/certs/ca-certificates.crt
|
#tls-cert-bundle: /etc/ssl/certs/ca-certificates.crt
|
||||||
# ctrl.blog says this is the Fedora location
|
# ctrl.blog says this is the Fedora location
|
||||||
#tls-cert-bundle: /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
|
#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:
|
forward-zone:
|
||||||
name: "."
|
name: "."
|
||||||
|
@ -7,9 +7,14 @@
|
|||||||
|
|
||||||
server:
|
server:
|
||||||
# Debian ca-certificates location
|
# Debian ca-certificates location
|
||||||
tls-cert-bundle: /etc/ssl/certs/ca-certificates.crt
|
#tls-cert-bundle: /etc/ssl/certs/ca-certificates.crt
|
||||||
# Fedora
|
# Fedora
|
||||||
#tls-cert-bundle: /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
|
#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:
|
forward-zone:
|
||||||
name: "."
|
name: "."
|
||||||
|
@ -1,8 +1,13 @@
|
|||||||
server:
|
server:
|
||||||
# Debian ca-certificates location
|
# Debian ca-certificates location
|
||||||
tls-cert-bundle: /etc/ssl/certs/ca-certificates.crt
|
#tls-cert-bundle: /etc/ssl/certs/ca-certificates.crt
|
||||||
# ctrl.blog says this is the Fedora location
|
# ctrl.blog says this is the Fedora location
|
||||||
#tls-cert-bundle: /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
|
#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:
|
forward-zone:
|
||||||
name: "."
|
name: "."
|
||||||
|
@ -3,9 +3,14 @@
|
|||||||
|
|
||||||
server:
|
server:
|
||||||
# Debian ca-certificates location
|
# Debian ca-certificates location
|
||||||
tls-cert-bundle: /etc/ssl/certs/ca-certificates.crt
|
#tls-cert-bundle: /etc/ssl/certs/ca-certificates.crt
|
||||||
# Fedora location
|
# Fedora location
|
||||||
#tls-cert-bundle: /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
|
#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
|
||||||
|
|
||||||
# DNS servers that have public button for flushing cache. Privacy not considered.
|
# DNS servers that have public button for flushing cache. Privacy not considered.
|
||||||
|
|
||||||
|
@ -1,8 +1,13 @@
|
|||||||
server:
|
server:
|
||||||
# Debian ca-certificates location
|
# Debian ca-certificates location
|
||||||
tls-cert-bundle: /etc/ssl/certs/ca-certificates.crt
|
#tls-cert-bundle: /etc/ssl/certs/ca-certificates.crt
|
||||||
# ctrl.blog says this is the Fedora location
|
# ctrl.blog says this is the Fedora location
|
||||||
#tls-cert-bundle: /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
|
#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:
|
forward-zone:
|
||||||
name: "."
|
name: "."
|
||||||
|
Loading…
Reference in New Issue
Block a user