Config.in 918 B

12345678910111213141516171819202122
  1. config BR2_PACKAGE_BIND
  2. bool "bind"
  3. default n
  4. help
  5. BIND (Berkeley Internet Name Domain) is an implementation of
  6. the Domain Name System (DNS) protocols and provides an openly
  7. redistributable reference implementation of the major
  8. components of the Domain Name System, including:
  9. * a Domain Name System server (named)
  10. * a Domain Name System resolver library
  11. * tools for verifying the proper operation of the DNS server
  12. The BIND DNS Server is used on the vast majority of name
  13. serving machines on the Internet, providing a robust and
  14. stable architecture on top of which an organization's naming
  15. architecture can be built. The resolver library included in
  16. the BIND distribution provides the standard APIs for
  17. translation between domain names and Internet addresses and is
  18. intended to be linked with applications requiring name service.
  19. http://www.isc.org/sw/bind/