1server:
2	verbosity: 2
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	trust-anchor: "example.com.	3600	IN	DS	30899 5 1 d4bf9d2e10f6d76840d42ef5913022abcd0bf512"
13	fake-sha1: yes
14remote-control:
15        control-enable: yes
16	control-interface: 127.0.0.1
17	# control-interface: ::1
18	control-port: @CONTROL_PORT@
19	server-key-file: "unbound_server.key"
20	server-cert-file: "unbound_server.pem"
21	control-key-file: "unbound_control.key"
22	control-cert-file: "unbound_control.pem"
23forward-zone:
24	name: "."
25	forward-addr: "127.0.0.1@@TOPORT@"
26
27