Home | History | Annotate | Line # | Download | only in padding.tdir
      1 server:
      2 	interface: 127.0.0.1
      3 	port: @PORT@
      4 	use-syslog: no
      5 	directory: .
      6 	pidfile: "unbound.pid"
      7 	chroot: ""
      8 	username: ""
      9 	do-not-query-localhost: no
     10 
     11 	tls-cert-bundle: "unbound_server.pem"
     12 	tls-upstream: yes
     13 
     14 remote-control:
     15         control-enable: yes
     16         control-interface: 127.0.0.1
     17         control-port: @CONTROL_PORT@
     18         server-key-file: "unbound_server.key"
     19         server-cert-file: "unbound_server.pem"
     20         control-key-file: "unbound_control.key"
     21         control-cert-file: "unbound_control.pem"
     22 
     23 forward-zone:
     24 	name: "."
     25 	forward-addr: "127.0.0.1@@TOPORT@#unbound"
     26 
     27 
     28