mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
17 lines
244 B
Text
17 lines
244 B
Text
server:
|
|
verbosity: 2
|
|
# num-threads: 1
|
|
port: @PORT@
|
|
use-syslog: no
|
|
do-ip4: no
|
|
do-ip6: yes
|
|
directory: .
|
|
pidfile: "unbound.pid"
|
|
chroot: ""
|
|
username: ""
|
|
do-not-query-localhost: no
|
|
|
|
forward-zone:
|
|
name: "."
|
|
forward-addr: "::1@@TOPORT@"
|
|
|