tsig-keygen
Bind-utils contains a collection of utilities for querying DNS
Install
- All systems
-
curl cmd.cat/tsig-keygen.sh
- Debian
-
apt-get install bind9
- Ubuntu
-
apt-get install bind9
- Alpine
-
apk add bind-tools
- Arch Linux
-
pacman -S bind-tools
- Kali Linux
-
apt-get install bind9
- CentOS
-
yum install bind-utils
- Fedora
-
dnf install bind-utils
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install bind9
- Raspbian
-
apt-get install bind9
- Dockerfile
- dockerfile.run/tsig-keygen
- Docker
-
docker run cmd.cat/tsig-keygen tsig-keygen
powered by Commando
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.
bind9
Internet Domain Name Server
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 provides the server and related configuration files.