mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-06 17:39:22 +01:00
16 lines
554 B
Plaintext
16 lines
554 B
Plaintext
server:
|
|
use-syslog: yes
|
|
# DNSSEC errors for valid and expired records
|
|
ede: yes
|
|
#logfile: "/tmp/unbound.log"
|
|
# level 0 means no verbosity, only errors. Level 1 gives operational
|
|
# information. Level 2 gives detailed operational information. Level 3
|
|
# 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
|
|
|
|
# vim: filetype=unbound.conf
|