98bc345
# BIND 9
98bc345
98bc345
[BIND (Berkeley Internet Name Domain)](https://www.isc.org/downloads/bind/doc/) is a complete, highly portable
98bc345
implementation of the DNS (Domain Name System) protocol.
98bc345
98bc345
Internet Systems Consortium
98bc345
([https://www.isc.org](https://www.isc.org)), a 501(c)(3) public benefit
98bc345
corporation dedicated to providing software and services in support of the
98bc345
Internet infrastructure, developed BIND 9 and is responsible for its
98bc345
ongoing maintenance and improvement.
98bc345
98bc345
More details about upstream project can be found on their
98bc345
[gitlab](https://gitlab.isc.org/isc-projects/bind9). This repository contains
98bc345
only upstream sources and packaging instructions for
98bc345
[Fedora Project](https://fedoraproject.org).
98bc345
98bc345
## Subpackages
98bc345
98bc345
The package contains several subpackages, some of them can be disabled on rebuild.
98bc345
98bc345
* **bind** -- *named* daemon providing DNS server
98bc345
* **bind-utils** -- set of tools to analyse DNS responses or update entries (dig, host)
98bc345
* **bind-doc** -- documentation for current bind, *BIND 9 Administrator Reference Manual*.
98bc345
* **bind-license** -- Shared license for all packages but bind-export-libs.
98bc345
* **bind-sdb** -- *named* daemon built with support for [Dynamically Loadable Zones](http://bind-dlz.sourceforge.net/), interface to serve DNS names from external databases like LDAP or SQL. Can be disabled by `--without SDB`.
98bc345
* **bind-pkcs11** -- *named* daemon built with native PKCS#11 support. Can be disabled by `--without PKCS11`.
98bc345
* **bind-libs** and **bind-libs-lite** -- Shared libraries used by some others programs
98bc345
* **bind-export-libs** -- Special subset of libraries without support for threads. Used by *dhcp* package. Can be disabled by `--without EXPORT_LIBS`
98bc345
* **bind-devel** -- Development headers for libs. Can be disabled by `--without DEVEL`
98bc345
98bc345
98bc345
## Optional features
98bc345
98bc345
* *GSSTSIG* -- Support for Kerberos authentication in BIND.
98bc345
* *LMDB* -- Support for dynamic database for managing runtime added zones. Provides faster removal of added zone with much less overhead. But requires lmdb linked to base libs.
98bc345
* *DLZ* -- Support for dynamic loaded modules providing support for features *bind-sdb* provides, but only small module is required.