1server:
2	verbosity: 4
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
12remote-control:
13	control-enable: yes
14	control-interface: @PATH@/controlpipe.@PID@
15	control-use-cert: no
16	#server-key-file: "unbound_server.key"
17	#server-cert-file: "unbound_server.pem"
18	#control-key-file: "unbound_control.key"
19	#control-cert-file: "unbound_control.pem"
20forward-zone:
21	name: "."
22	forward-addr: "127.0.0.1@@TOPORT@"
23
24