1server:
2	verbosity: 5
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
13	ratelimit: 1
14	ratelimit-factor: 0
15
16stub-zone:
17	name: "example.com."
18	stub-addr: "127.0.0.1@@TOPORT@"
19        stub-no-cache: yes
20
21remote-control:
22	control-enable: yes
23	control-interface: 127.0.0.1
24	# control-interface: ::1
25	control-port: @CONTROL_PORT@
26	server-key-file: "unbound_server.key"
27	server-cert-file: "unbound_server.pem"
28	control-key-file: "unbound_control.key"
29	control-cert-file: "unbound_control.pem"
30