rndc-confgen
Utilities for BIND
Install
- All systems
-
curl cmd.cat/rndc-confgen.sh
- Debian
-
apt-get install bind9utils
- Ubuntu
-
apt-get install bind9utils
- Alpine
-
apk add bind-tools
- Arch Linux
-
pacman -S bind-tools
- Kali Linux
-
apt-get install bind9utils
- Fedora
-
dnf install bind
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install bind9utils
- OS X
-
brew install bind
- Raspbian
-
apt-get install bind9utils
- Dockerfile
- dockerfile.run/rndc-confgen
- Docker
-
docker run cmd.cat/rndc-confgen rndc-confgen
powered by Commando
bind9utils
Utilities for BIND
This package provides various utilities that are useful for maintaining a working BIND installation.
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.