unbound: fix missing options for containers

This commit is contained in:
nemunaire 2020-01-16 23:29:56 +01:00
parent 769158a9d7
commit b35a8a9200
1 changed files with 5 additions and 2 deletions

View File

@ -26,6 +26,9 @@ server:
# If you give "" no privileges are dropped.
# username: "unbound"
logfile: ""
use-syslog: no
# print one line with time, IP, name, type, class for every query.
# log-queries: no
log-queries: yes
@ -45,7 +48,7 @@ server:
# file to read root hints from.
# get one from https://www.internic.net/domain/named.cache
# root-hints: ""
root-hints: "root.hints"
root-hints: "/usr/share/dns-root-hints/named.root"
# enable to not answer id.server and hostname.bind queries.
# hide-identity: no
@ -113,7 +116,7 @@ server:
# Zone file format, with DS and DNSKEY entries.
# Note this gets out of date, use auto-trust-anchor-file please.
# trust-anchor-file: "/etc/dnssec/root-anchors.txt"
trust-anchor-file: "root-anchors.txt"
trust-anchor-file: "/usr/share/dnssec-root/trusted-key.key"
# Trusted key for validation. DS or DNSKEY. specify the RR on a
# single line, surrounded by "". TTL is ignored. class is IN default.