mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
34 lines
802 B
Text
34 lines
802 B
Text
server:
|
|
verbosity: 5
|
|
num-threads: 1
|
|
interface: 127.0.0.1
|
|
module-config: "validator iterator"
|
|
port: @PORT@
|
|
use-syslog: no
|
|
directory: ""
|
|
pidfile: "unbound.pid"
|
|
chroot: ""
|
|
username: ""
|
|
do-not-query-localhost: no
|
|
extended-statistics: yes
|
|
identity: "stat_values"
|
|
outbound-msg-retry: 0
|
|
root-key-sentinel: no
|
|
trust-anchor-signaling: no
|
|
|
|
discard-timeout: 800
|
|
wait-limit: 1
|
|
infra-cache-min-rtt: 3000 # This is for the discard-timeout test
|
|
|
|
remote-control:
|
|
control-enable: yes
|
|
control-interface: 127.0.0.1
|
|
# control-interface: ::1
|
|
control-port: @CONTROL_PORT@
|
|
server-key-file: "unbound_server.key"
|
|
server-cert-file: "unbound_server.pem"
|
|
control-key-file: "unbound_control.key"
|
|
control-cert-file: "unbound_control.pem"
|
|
stub-zone:
|
|
name: "slow."
|
|
stub-addr: "127.0.0.1@@TOPORT@"
|