Home | History | Annotate | Line # | Download | only in proxy_protocol.tdir
      1  1.1  christos server:
      2  1.1  christos 	verbosity: 5
      3  1.1  christos 	num-threads: 1
      4  1.1  christos 	interface: 127.0.0.1@@PORT@
      5  1.1  christos 	interface: 127.0.0.1@@PROXYPORT@
      6  1.1  christos 	interface: 127.0.0.1@@PROXYTLSPORT@
      7  1.1  christos 	interface: @INTERFACE_ALLOW_ADDR@@@PORT@
      8  1.1  christos 	interface: @INTERFACE_ALLOW_ADDR@@@PROXYPORT@
      9  1.1  christos 	interface: @INTERFACE_ALLOW_ADDR@@@PROXYTLSPORT@
     10  1.1  christos 	interface: @INTERFACE_REFUSE_ADDR@@@PORT@
     11  1.1  christos 	interface: @INTERFACE_REFUSE_ADDR@@@PROXYPORT@
     12  1.1  christos 	interface: @INTERFACE_REFUSE_ADDR@@@PROXYTLSPORT@
     13  1.1  christos 	proxy-protocol-port: @PROXYPORT@
     14  1.1  christos 	proxy-protocol-port: @PROXYTLSPORT@
     15  1.1  christos 	tls-port: @PROXYTLSPORT@
     16  1.1  christos 	use-syslog: no
     17  1.1  christos 	directory: .
     18  1.1  christos 	pidfile: "unbound.pid"
     19  1.1  christos 	chroot: ""
     20  1.1  christos 	username: ""
     21  1.1  christos 	do-not-query-localhost: no
     22  1.1  christos 	tls-service-key: "unbound_server.key"
     23  1.1  christos 	tls-service-pem: "unbound_server.pem"
     24  1.1  christos 
     25  1.1  christos 	# 127.0.0.0/8 is allowed by default.
     26  1.1  christos 	access-control: @CLIENT_ADDR_ALLOW@/32 allow
     27  1.1  christos 	access-control: @CLIENT_ADDR_REFUSE@/32 refuse
     28  1.1  christos 	access-control: @CLIENT_ADDR_ALLOW6@/128 allow
     29  1.1  christos 	access-control: @CLIENT_ADDR_REFUSE6@/128 refuse
     30  1.1  christos 	access-control: @INTERFACE_ALLOW_ADDR@/32 allow
     31  1.1  christos 
     32  1.1  christos forward-zone:
     33  1.1  christos 	name: "."
     34  1.1  christos 	forward-addr: "127.0.0.1@@TOPORT@"
     35