1server:
2	verbosity: 2
3	num-threads: 4
4	outgoing-range: 16
5	interface: 127.0.0.1
6	port: @PORT@
7	use-syslog: no
8	directory: ""
9	pidfile: "unbound.pid"
10	chroot: ""
11	username: ""
12	do-not-query-localhost: no
13remote-control:
14	control-enable: yes
15	control-interface: 127.0.0.1
16	# control-interface: ::1
17	control-port: @CONTROL_PORT@
18	server-key-file: "unbound_server.key"
19	server-cert-file: "unbound_server.pem"
20	control-key-file: "unbound_control.key"
21	control-cert-file: "unbound_control.pem"
22forward-zone:
23	name: "."
24	forward-addr: "127.0.0.1@@TOPORT@"
25
26