mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-08 10:54:04 +01:00
unbound: explicitly enable ede and it's log
This commit is contained in:
parent
ed21eb03cd
commit
1d7308e74e
@ -23,5 +23,8 @@ server:
|
|||||||
# Allow expired results to be served if they are in cache. The cache will
|
# Allow expired results to be served if they are in cache. The cache will
|
||||||
# get updated the next time.
|
# get updated the next time.
|
||||||
serve-expired: yes
|
serve-expired: yes
|
||||||
|
# DNSSEC errors for valid and expired records
|
||||||
|
ede: yes
|
||||||
|
ede-serve-expired: yes
|
||||||
|
|
||||||
# vim: filetype=unbound.conf
|
# vim: filetype=unbound.conf
|
||||||
|
@ -6,6 +6,9 @@ server:
|
|||||||
# gives query level information, output per query. Level 4 gives
|
# gives query level information, output per query. Level 4 gives
|
||||||
# algorithm level information.
|
# algorithm level information.
|
||||||
verbosity: 2
|
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
|
# Print statistics to the log hourly
|
||||||
statistics-interval: 3600
|
statistics-interval: 3600
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user