unbound/testdata/stat_values.tdir/stat_values.conf

45 lines
1.1 KiB
Text
Raw Normal View History

2020-09-15 06:45:22 -04:00
server:
verbosity: 5
2020-09-15 06:45:22 -04:00
num-threads: 1
interface: 127.0.0.1
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
serve-expired-client-timeout: 0
dns-error-reporting: yes
trust-anchor: "bogusdnssec. DS 1444 8 2 5224fb17d630a2e3efdc863a05a4032c5db415b5de3f32472ee9abed42e10146"
2020-09-15 06:45:22 -04:00
local-zone: local.zone static
local-data: "www.local.zone A 192.0.2.1"
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: "example.com."
stub-addr: "127.0.0.1@@TOPORT@"
stub-zone:
name: "bogusdnssec."
stub-addr: "127.0.0.1@@TOPORT@"
stub-zone:
name: "an.agent."
stub-addr: "127.0.0.1@@TOPORT@"
stub-zone:
2020-09-15 06:45:22 -04:00
name: "expired."
stub-addr: "127.0.0.1@@EXPIREDPORT@"