09-unbound-control.conf revision 1.1.1.1
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
12remote-control:
13	control-enable: yes
14	control-interface: 127.0.0.1
15	# control-interface: ::1
16	control-port: @CONTROL_PORT@
17	server-key-file: "unbound_server.key"
18	server-cert-file: "unbound_server.pem"
19	control-key-file: "unbound_control.key"
20	control-cert-file: "unbound_control.pem"
21forward-zone:
22	name: "."
23	forward-addr: "127.0.0.1@@TOPORT@"
24
25