named-compilezone
Utilities for BIND
Install
- All systems
-
curl cmd.cat/named-compilezone.sh
- Debian
-
apt-get install bind9utils
- Ubuntu
-
apt-get install bind9utils
- Alpine
-
apk add bind
- Arch Linux
-
pacman -S bind
- Kali Linux
-
apt-get install bind9utils
- Fedora
-
dnf install bind-utils
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install bind9utils
- OS X
-
brew install bind
- Raspbian
-
apt-get install bind9utils
- Dockerfile
- dockerfile.run/named-compilezone
- Docker
-
docker run cmd.cat/named-compilezone named-compilezone
powered by Commando
bind9utils
Utilities for BIND
This package provides various utilities that are useful for maintaining a working BIND installation.
bind-utils
Bind-utils contains a collection of utilities for querying DNS
(Domain Name System) name servers to find out information about Internet hosts. These tools will provide you with the IP addresses for given host names, as well as other information about registered domains and network addresses. You should install bind-utils if you need to get information from DNS name servers.
bind
BIND (Berkeley Internet Name Domain) is an implementation of the
DNS (Domain Name System) protocols. BIND includes a DNS server (named), which resolves host names to IP addresses; a resolver library (routines for applications to use when interfacing with DNS); and tools for verifying that the DNS server is operating properly.