The Domain Name System Runs on Open Source Software
Last week, ICANN published a report on the importance of open source in the DNS.
ReadVersatile, classic, complete name server software
BIND 9 has evolved to be a very flexible, full-featured DNS system. Whatever your application is, BIND 9 probably has the required features. As the first, oldest, and most commonly deployed solution, there are more network engineers who are already familiar with BIND 9 than with any other system.
BIND 9 is transparent open source, licensed under the MPL 2.0 license. Users are free to add functionality to BIND 9 and contribute back to the community through our open Gitlab.
If you want source code, download a current version from the ISC website or our FTP site. Or, install our updated ISC packages for Ubuntu, CentOS/Fedora, and the standard Debian package. If you prefer Docker, get our official Docker image.
Help is available via our community mailing list, or you may purchase a support subscription for expert, confidential, ×ばつ7 support from the ISC team.
Before your mail server sends an email, before your web browser displays a web page, there is a DNS lookup to resolve a DNS name to an IP address. Watch this DNS Fundamentals presentation from Eddy Winstead of ISC or read A Warm Welcome to DNS by Bert Hubert of PowerDNS. You may also enjoy this blog post from Jeff Osborn of ISC about how the Root Server System operates.
BIND is used successfully for every application from publishing the (DNSSEC-signed) DNS root zone and many top-level domains, to hosting providers who publish very large zone files with many small zones, to enterprises with both internal (private) and external zones, to service providers with large resolver farms.
We support three major branches of BIND 9 at a time: Stable, Extended-Support, and Development. See this advice: Which version of BIND do I want to download and install? as well as our list of supported platforms.
We also maintain a significant feature matrix and changes file.
If you would prefer a GUI management interface, you might consider a Commercial Product based on BIND.
Instructions are available for Installing and Upgrading the latest version of BIND 9. ISC provides packages for Ubuntu and CentOS and Fedora and Debian - BIND 9 ESV, Debian - BIND 9 Stable, Debian - BIND 9 Development version. We also have official Docker images. Most operating systems also offer BIND 9 packages for their users. These may be built with a different set of defaults than the standard BIND 9 distribution, and some of them add a version number of their own that does not map exactly to the BIND 9 version.
The BIND Administrator Reference Manual (ARM) included in the BIND distribution is the primary reference for BIND configuration. See the Best Practices documents in our Knowledgebase for configuration recommendations.
Resolver users may find Getting started with Recursive Resolvers to be useful. There are a number of excellent books on BIND; Ron Aitchison’s DNS for Rocket Scientists is generously posted on the Internet at Zytrax.com and can be a very helpful online reference tool.
Most users will benefit from joining the bind-users mailing list. We advise all users to subscribe to bind-announce@lists.isc.org to get announcements about new versions and vulnerabilities. For other news, see our BIND blogs.
If your DNS is critical to your business, we recommend you subscribe for technical support from ISC.
A resolver is a program that resolves questions about names by sending those questions to appropriate servers and responding to the servers’ replies. In the most common application, a web browser uses a local stub resolver library on the same computer to look up names in the DNS. That stub resolver is part of the operating system. The stub resolver usually will forward queries to a caching resolver, a server or group of servers on the network dedicated to DNS services. Those resolvers will send queries to one or multiple authoritative servers in order to find the IP address for that DNS name.
When a customer searches for a non-existent domain (NXDOMAIN response), you can redirect the user to another web page. This is done using the BIND 9 DLZ feature.
The EDNS Client Subnet feature passes a subnet address along with the DNS request, for use in selecting a customized answer. This feature is designed to help locate cached content geographically close to the client for faster response time. ISC’s ECS implementation is deployed at Quad9, among other access providers. This feature is available in the BIND 9 Subscription Edition, a premium version of BIND offered to support subscribers.
Prefetch popular records before they expire from the cache. This will improve the performance delivered to end users for resolving names that have short expiration times.
From time to time you may get incorrect or outdated records in the resolver cache. BIND 9 gives you the ability to remove them selectively or as a group.
BIND 9 is unique in providing the ability to configure different views in a single BIND server. This allows you to give internal (on-network) and external (from the Internet) users different views of your DNS data, keeping some DNS information private.
BIND 9 offers two configuration parameters, fetches-per-zone and fetches-per-server. These features enable rate-limiting queries to authoritative systems that appear to be under attack. These features have been successful in mitigating the impact of a DDoS attack on resolvers in the path of the attack.
Protect your clients from imposter sites by validating DNSSEC. In BIND 9, this is enabled with a single command. BIND 9 also has a Negative Trust Anchor feature, which temporarily disables DNSSEC validation when there is a problem with the authoritative server’s DNSSEC support. BIND 9 offers support for RFC 5011 maintenance of root key trust anchors.
A Response Policy Zone or RPZ is a specially constructed zone that specifies a policy rule set. The primary application is for blocking access to domains that are believed to be published for abusive or illegal purposes. There are companies that specialize in identifying abusive sites on the Internet, which market these lists in the form of RPZ feeds. For more information on RPZ, including a list of DNS reputation feed providers, see https://dnsrpz.info.
BIND supports QNAME minimization by default. This feature minimizes leakage of excessive detail about the query to systems that need those details. BIND will be supporting two different encryption mechanisms, DNS over HTTPS (DoH) and DNS over TLS (DoT), in BIND 9.18. These implementations are available in the development branch today.
ISC packages may be found at: CentOS Epl & Fedora, Ubuntu Launchpad, and Debian. We also have an official Docker image. Download sources here and follow these instructions to verify a download file. Note that BIND 9.18 and beyond will no longer support the native Windows(tm) operating system.
| VERSION | STATUS | DOCUMENTATION | RELEASE DATE | EOL DATE | DOWNLOAD |
|---|---|---|---|---|---|
| 9.20.15 | Current Stable, ESV | BIND 9.20 ARM (
HTML
PDF
) Release Notes ( HTML ) |
October 2025 | Q2, 2028 | |
| 9.18.41 | Older Stable, ESV | BIND 9.18 ARM (
HTML
PDF
) Release Notes ( HTML ) |
October 2025 | Q2, 2026 | |
| 9.21.14 | Development | BIND 9.21 ARM (
HTML
PDF
) Release Notes ( HTML ) |
October 2025 | Q2, 2028 |
Last week, ICANN published a report on the importance of open source in the DNS.
ReadFred Baker, ISC Board Member from 1994 - 2025
ReadStork 2.2 adds DNS support Since the last stable version of Stork we have begun adding support for monitoring DNS alongside DHCP.
ReadIn the computer world, we commonly store temporary data in a cache to make programs run smoothly.
ReadJoin the bind-users mailing list to offer help to or receive advice from other users.
Join NowBefore submitting a bug report, please ensure that you are running a current version. Then, if your issue is NOT a potential vulnerability, please log your report as an issue in our BIND GitLab project. If you think this bug may be a vulnerability, please open a confidential issue in our GitLab instance (preferred) or send an email to bind-security@isc.org.
ReportTest a domain to ensure full reachability and compliance with EDNS standards.
Test