bind 9.19.24
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
- Outputs:
out
,utils
- 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 bind 9.19.24
as follows:
guix install bind@9.19.24
Or install the latest version:
guix install bind
The bind
package provides more outputs besides the default (out
). You can install them by appending :output-name
to the package specification. For example:
guix install bind:utils
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.