1server:
2	verbosity: 7
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	# for the test, so that DNSSEC verification works.
13	#val-override-date: 20230929090000
14	trust-anchor: ". DS 20326 8 2 E06D44B80B8F1D39A95C0B0D7C65D08458E880409BBC683457104237C7F8EC8D"
15
16remote-control:
17	control-enable: yes
18	control-interface: @CONTROL_PATH@/controlpipe.@CONTROL_PID@
19	control-use-cert: no
20
21# for the test, an upstream server in the test setup.
22stub-zone:
23	name: "."
24	stub-addr: 127.0.0.1@@TOPORT@
25
26# hyperlocal root zone
27auth-zone:
28	name: "."
29	fallback-enabled: yes
30	for-downstream: no
31	for-upstream: yes
32	zonefile: "root.zone"
33	zonemd-check: yes
34	zonemd-reject-absence: yes
35