bind
DNS (Domain Name System) implementation
BIND implements the DNS protocols for the Internet. It is both a reference implementation of those protocols and production-grade software, suitable for use in high-volume and high-reliability applications.
The name stands for "Berkeley Internet Name Domain" because the software originated in the early 1980s at the University of California at Berkeley.
The utils
output of this package contains the following command line utilities related to DNS name servers:
delv
DNS lookup and validation utility
dig
DNS lookup utility
host
DNS lookup utility
nslookup
Internet name servers interactive query utility
nsupdate
Dynamic DNS update utility
- Versions: 9.19.24
- Website: https://www.isc.org/bind/
- Licenses: MPL 2.0
- Package source: gnu/packages/dns.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of bind
as follows:
guix install bind
Or install a particular version:
guix install bind@9.19.24
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of bind about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/bind'><img src='https://packages.guix.gnu.org/packages/bind/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/bind/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/bind)
Example Org:
[[https://packages.guix.gnu.org/packages/bind][https://packages.guix.gnu.org/packages/bind/badges/latest-version.svg]]