File: tcp_req_size.conf

package info (click to toggle)
unbound 1.13.1-1%2Bdeb11u2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 27,604 kB
  • sloc: ansic: 110,494; sh: 6,028; yacc: 3,391; python: 1,945; makefile: 1,689; awk: 161; perl: 158; xml: 36
file content (25 lines) | stat: -rw-r--r-- 539 bytes parent folder | download | duplicates (5)
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
server:
	verbosity: 2
	# num-threads: 1
	interface: 127.0.0.1
	port: @PORT@
	use-syslog: no
	directory: .
	pidfile: "unbound.pid"
	chroot: ""
	username: ""
	do-not-query-localhost: no

	# extremely low number to make connections fail
	stream-wait-size: 10

	local-zone: "example.net" static
	local-data: "www1.example.net. IN A 1.2.3.1"
	local-data: "www2.example.net. IN A 1.2.3.2"
	local-data: "www3.example.net. IN A 1.2.3.3"
	tcp-upstream: yes
	local-zone: "drop.net" deny

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