Home | History | Annotate | Line # | Download | only in log_servfail.tdir
      1 server:
      2 	verbosity: 0
      3 	use-syslog: no
      4 	directory: ""
      5 	pidfile: "unbound.pid"
      6 	chroot: ""
      7 	username: ""
      8 	do-not-query-localhost: no
      9 	use-caps-for-id: no
     10 	port: @SERVER_PORT@
     11 	interface: 127.0.0.1
     12 	outbound-msg-retry: 0
     13 
     14         log-servfail: yes
     15 
     16 forward-zone:
     17 	name: "a.servfail"
     18 	forward-addr: 127.0.0.1@@SERVER_PORT@
     19 
     20 forward-zone:
     21 	name: "b.servfail"
     22 	forward-addr: 127.0.0.1@@SERVER_PORT@
     23 
     24 remote-control:
     25 	control-enable: yes
     26 	control-port: @CONTROL_PORT@
     27 	control-use-cert: no
     28