1server:
2	verbosity: 4
3	interface: 127.0.0.1
4	port: @PORT@
5	use-syslog: no
6	directory: ""
7	pidfile: "unbound.pid"
8	chroot: ""
9	username: ""
10	module-config: "cachedb iterator"
11	do-not-query-localhost: no
12	qname-minimisation: no
13
14forward-zone:
15	name: "."
16	forward-addr: 127.0.0.1@@TOPORT@
17
18stub-zone:
19	name: "example.com"
20	stub-addr: 127.0.0.1@@TOPORT@
21
22remote-control:
23	control-enable: yes
24	control-interface: @CONTROL_PATH@/controlpipe.@CONTROL_PID@
25	control-use-cert: no
26
27cachedb:
28	backend: "testframe"
29	secret-seed: "testvalue"
30