stream_ssl.serv.conf revision 1.1.1.1
1server:
2	verbosity: 2
3	# num-threads: 1
4	interface: 127.0.0.1
5	port: @SERVPORT@
6	use-syslog: no
7	directory: .
8	pidfile: "unbound-serv.pid"
9	chroot: ""
10	username: ""
11	do-not-query-localhost: yes
12	local-data: "www.example.com. IN A 10.20.30.40"
13	ssl-port: @SERVPORT@
14	ssl-service-key: "unbound_server.key"
15	ssl-service-pem: "unbound_server.pem"
16
17# no other queries should reach here.
18forward-zone:
19	name: "."
20	forward-addr: "127.0.0.1"
21