summaryrefslogtreecommitdiffstats
path: root/rules/bind.in
blob: e1258cb81a44992930b0f5c79f7ec971b9a411b8 (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
33
34
35
36
# bind 9 configuration

menuconfig BIND
	prompt "bind 9              "
	bool
	help
	  The Berkeley Internet Name Domain (BIND) implements 
	  an Internet domain name server. BIND is the most 
	  widely-used name server software on the Internet, 
	  and is supported by the Internet Software Consortium.
	  
	  http://www.isc.org

	  Bind9 is a major rewrite, which is widely considered 
	  to be a lot more secure and stable than its buggy
	  predecessors bind4.x and bind8.x. It supports 
	  encryption, multiple views on your dns zones and
	  dynamic zone updates.
	  

config BIND_THREADS
	bool
	prompt "enable threads"
	depends on BIND && GLIBC_PTHREADS

config BIND_CRYPTO
	bool
	prompt "enable DNSSEC"
	depends on BIND
	select OPENSSL

config BIND_IPV6
	bool
	prompt "enable IPv6"
	depends BIND