1server:
2	verbosity: 3
3	num-threads: 1
4	module-config: "ipset iterator"
5	outgoing-range: 16
6	interface: 127.0.0.1
7	port: @PORT@
8	use-syslog: no
9	directory: ""
10	pidfile: "unbound.pid"
11	chroot: ""
12	username: ""
13	do-not-query-localhost: no
14	local-zone: "example.net." ipset
15stub-zone:
16	name: "example.net."
17	stub-addr: "127.0.0.1@@TOPORT@"
18stub-zone:
19	name: "example.com."
20	stub-addr: "127.0.0.1@@TOPORT@"
21stub-zone:
22	name: "lookslikeexample.net."
23	stub-addr: "127.0.0.1@@TOPORT@"
24ipset:
25	name-v4: atotallymadeupnamefor4
26	name-v6: atotallymadeupnamefor6
27