config FREETZ_PACKAGE_BIND bool "BIND 9.8.0-P2" default n help BIND is an implementation of the Domain Name System (DNS) protocols. The name BIND stands for "Berkeley Internet Name Daemon". You have to provide the config and needed zone files yourself. config FREETZ_PACKAGE_BIND_NAMED bool "named" depends on FREETZ_PACKAGE_BIND default y help Adds named, a internet domain name server. WARNING!: Adds 1724KB to the Image, externalize if possible! config FREETZ_PACKAGE_BIND_RNDC bool "rndc (binary only)" depends on FREETZ_PACKAGE_BIND default n help Adds the rndc name server control utility binary. Adds 287KB to the Image. config FREETZ_PACKAGE_BIND_NSUPDATE bool "nsupdate (binary only)" depends on FREETZ_PACKAGE_BIND default n help Adds the nsupdate binary for manipulation dynamic Zones. WARNING!: Adds 1351KB to the Image, externalize if possible! config FREETZ_PACKAGE_BIND_DIG bool "dig (binary only)" depends on FREETZ_PACKAGE_BIND default n help Adds the dig DNS lookup utility. WARNING!: Adds 1604KB to the Image, externalize if possible!