server:
	verbosity: 0
	use-syslog: no
	directory: ""
	pidfile: "unbound.pid"
	chroot: ""
	username: ""
	do-not-query-localhost: no
	use-caps-for-id: no
	port: @SERVER_PORT@
	interface: 127.0.0.1
	outbound-msg-retry: 0

        log-servfail: yes

forward-zone:
	name: "a.servfail"
	forward-addr: 127.0.0.1@@SERVER_PORT@

forward-zone:
	name: "b.servfail"
	forward-addr: 127.0.0.1@@SERVER_PORT@

remote-control:
	control-enable: yes
	control-port: @CONTROL_PORT@
	control-use-cert: no
