mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
27 lines
483 B
Text
27 lines
483 B
Text
server:
|
|
verbosity: 0
|
|
use-syslog: no
|
|
directory: ""
|
|
pidfile: "unbound.pid"
|
|
chroot: ""
|
|
username: ""
|
|
do-not-query-localhost: no
|
|
use-caps-for-id: no
|
|
port: @SERVER_PORT@
|
|
interface: 127.0.0.1
|
|
outbound-msg-retry: 0
|
|
|
|
log-servfail: yes
|
|
|
|
forward-zone:
|
|
name: "a.servfail"
|
|
forward-addr: 127.0.0.1@@SERVER_PORT@
|
|
|
|
forward-zone:
|
|
name: "b.servfail"
|
|
forward-addr: 127.0.0.1@@SERVER_PORT@
|
|
|
|
remote-control:
|
|
control-enable: yes
|
|
control-port: @CONTROL_PORT@
|
|
control-use-cert: no
|