aboutsummaryrefslogtreecommitdiff
path: root/testdata/padding.tdir/padding.conf
blob: c310d355d737d5d32401113eba698660d34a8784 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
server:
	interface: 127.0.0.1
	port: @PORT@
	use-syslog: no
	directory: .
	pidfile: "unbound.pid"
	chroot: ""
	username: ""
	do-not-query-localhost: no

	tls-cert-bundle: "unbound_server.pem"
	tls-upstream: yes

remote-control:
        control-enable: yes
        control-interface: 127.0.0.1
        control-port: @CONTROL_PORT@
        server-key-file: "unbound_server.key"
        server-cert-file: "unbound_server.pem"
        control-key-file: "unbound_control.key"
        control-cert-file: "unbound_control.pem"

forward-zone:
	name: "."
	forward-addr: "127.0.0.1@@TOPORT@#unbound"