unbound: fix missing options for containers
This commit is contained in:
parent
769158a9d7
commit
b35a8a9200
1 changed files with 5 additions and 2 deletions
|
@ -26,6 +26,9 @@ server:
|
||||||
# If you give "" no privileges are dropped.
|
# If you give "" no privileges are dropped.
|
||||||
# username: "unbound"
|
# username: "unbound"
|
||||||
|
|
||||||
|
logfile: ""
|
||||||
|
use-syslog: no
|
||||||
|
|
||||||
# print one line with time, IP, name, type, class for every query.
|
# print one line with time, IP, name, type, class for every query.
|
||||||
# log-queries: no
|
# log-queries: no
|
||||||
log-queries: yes
|
log-queries: yes
|
||||||
|
@ -45,7 +48,7 @@ server:
|
||||||
# file to read root hints from.
|
# file to read root hints from.
|
||||||
# get one from https://www.internic.net/domain/named.cache
|
# get one from https://www.internic.net/domain/named.cache
|
||||||
# root-hints: ""
|
# 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.
|
# enable to not answer id.server and hostname.bind queries.
|
||||||
# hide-identity: no
|
# hide-identity: no
|
||||||
|
@ -113,7 +116,7 @@ server:
|
||||||
# Zone file format, with DS and DNSKEY entries.
|
# Zone file format, with DS and DNSKEY entries.
|
||||||
# Note this gets out of date, use auto-trust-anchor-file please.
|
# Note this gets out of date, use auto-trust-anchor-file please.
|
||||||
# trust-anchor-file: "/etc/dnssec/root-anchors.txt"
|
# 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
|
# Trusted key for validation. DS or DNSKEY. specify the RR on a
|
||||||
# single line, surrounded by "". TTL is ignored. class is IN default.
|
# single line, surrounded by "". TTL is ignored. class is IN default.
|
||||||
|
|
Reference in a new issue