comments in configuration

This commit is contained in:
Wolfgang Hottgenroth 2021-10-27 14:27:11 +02:00
parent 7f9ae80fb8
commit c69b4b4fb5
Signed by: wn
GPG Key ID: E49AF3B9EF6DD469

View File

@ -9,7 +9,9 @@ server:
# tls-upstream: yes # tls-upstream: yes
# tls-cert-bundle: /etc/ssl/certs/ca-certificates.crt # tls-cert-bundle: /etc/ssl/certs/ca-certificates.crt
auto-trust-anchor-file: /etc/unbound/autotrust/root.key
# initially create using unbound-anchor -a /etc/unbound/root.key
auto-trust-anchor-file: /etc/unbound/root.key
tls-service-key: /etc/unbound/privkey.pem tls-service-key: /etc/unbound/privkey.pem
tls-service-pem: /etc/unbound/pubcert.pem tls-service-pem: /etc/unbound/pubcert.pem
@ -18,6 +20,7 @@ server:
num-threads: 2 num-threads: 2
# curl https://www.internic.net/domain/named.root > /etc/unbound/root.hints
root-hints: /etc/unbound/root.hints root-hints: /etc/unbound/root.hints
do-daemonize: no do-daemonize: no