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	local-data: "test. IN TXT localdata"
12
13	ip-ratelimit: 1
14	ip-ratelimit-cookie: 0
15	ip-ratelimit-factor: 0
16	ip-ratelimit-backoff: yes
17	answer-cookie: yes
18	access-control: 127.0.0.0/8 allow_cookie
19
20remote-control:
21	control-enable: yes
22	control-interface: 127.0.0.1
23	# control-interface: ::1
24	control-port: @CONTROL_PORT@
25	server-key-file: "unbound_server.key"
26	server-cert-file: "unbound_server.pem"
27	control-key-file: "unbound_control.key"
28	control-cert-file: "unbound_control.pem"
29