mdig

BIND (Berkeley Internet Name Domain) is an implementation of the

Install

All systems
curl cmd.cat/mdig.sh
Debian Debian
apt-get install dnsutils
Ubuntu
apt-get install dnsutils
Alpine
apk add bind-tools
Arch Arch Linux
pacman -S bind-tools
image/svg+xml Kali Linux
apt-get install dnsutils
CentOS
yum install bind
Fedora
dnf install bind
Windows (WSL2)
sudo apt-get update sudo apt-get install dnsutils
OS X
brew install bind
Raspbian
apt-get install dnsutils
Docker
docker run cmd.cat/mdig mdig powered by Commando

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.

dnsutils

Clients provided with BIND

The Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND is the most widely-used name server software on the Internet, and is supported by the Internet Software Consortium, www.isc.org. This package delivers various client programs related to DNS that are derived from the BIND source tree. - dig - query the DNS in various ways - nslookup - the older way to do it - nsupdate - perform dynamic updates (See RFC2136)

bind-tools

The Berkeley Internet Name Domain Name Server and tools