unbound: explicitly enable ede and it's log

This commit is contained in:
Aminda Suomalainen 2024-04-26 13:53:50 +03:00
parent ed21eb03cd
commit 1d7308e74e
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 6 additions and 0 deletions

View File

@ -23,5 +23,8 @@ server:
# Allow expired results to be served if they are in cache. The cache will
# get updated the next time.
serve-expired: yes
# DNSSEC errors for valid and expired records
ede: yes
ede-serve-expired: yes
# vim: filetype=unbound.conf

View File

@ -6,6 +6,9 @@ server:
# gives query level information, output per query. Level 4 gives
# algorithm level information.
verbosity: 2
# Gives validation EDEs more comprehensive human-readable errors
# https://blog.nlnetlabs.nl/extended-dns-error-support-for-unbound/
val-log-level: 2
# Print statistics to the log hourly
statistics-interval: 3600