summaryrefslogtreecommitdiff
path: root/external/bsd/unbound/dist/testdata/dynlibmod.tdir/dynlibmod.conf
blob: d59444344a56107b89f6bb3fc4d733e6f2c5b493 (plain)
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
28
29
30
31
32
server:
	verbosity: 2
	num-threads: 3
	outgoing-range: 16
	interface: 127.0.0.1
	port: @PORT@
	use-syslog: no
	directory: ""
	pidfile: "unbound.pid"
	chroot: ""
	username: ""
	do-not-query-localhost: no
	local-zone: "example.net." redirect
	local-data: "example.net. IN A 10.20.30.41"
	module-config: "dynlib iterator"

dynlib:
	dynlib-file: "@DLL_FILE@"

remote-control:
	control-enable: yes
	control-interface: 127.0.0.1
	# control-interface: ::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@"