# 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