xref: /netbsd-src/external/bsd/unbound/dist/testdata/stat_values.tdir/stat_values.conf (revision 7a540f2bd4f5b968566c2607d6462c7f2fb452cf)
1server:
2	verbosity: 5
3	num-threads: 1
4	interface: 127.0.0.1
5	port: @PORT@
6	use-syslog: no
7	directory: ""
8	pidfile: "unbound.pid"
9	chroot: ""
10	username: ""
11	do-not-query-localhost: no
12	extended-statistics: yes
13	identity: "stat_values"
14	outbound-msg-retry: 0
15	root-key-sentinel: no
16	trust-anchor-signaling: no
17
18	local-zone: local.zone static
19	local-data: "www.local.zone A 192.0.2.1"
20remote-control:
21	control-enable: yes
22	control-interface: 127.0.0.1
23	# control-interface: ::1
24	control-port: @CONTROL_PORT@
25	server-key-file: "unbound_server.key"
26	server-cert-file: "unbound_server.pem"
27	control-key-file: "unbound_control.key"
28	control-cert-file: "unbound_control.pem"
29forward-zone:
30	name: "."
31	forward-addr: "127.0.0.1@@TOPORT@"
32forward-zone:
33	name: "expired."
34	forward-addr: "127.0.0.1@@EXPIREDPORT@"
35