lwresd
BIND (Berkeley Internet Name Domain) is an implementation of the
Install
- All systems
-
curl cmd.cat/lwresd.sh
- Debian
-
apt-get install lwresd
- Ubuntu
-
apt-get install lwresd
- Alpine
-
apk add bind
- Arch Linux
-
pacman -S bind
- CentOS
-
yum install lwresd
- Fedora
-
dnf install bind
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install lwresd
- OS X
-
brew install bind
- Raspbian
-
apt-get install lwresd
- Dockerfile
- dockerfile.run/lwresd
- Docker
-
docker run cmd.cat/lwresd lwresd
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.
lwresd
Lightweight Resolver Daemon
lwresd is the daemon providing name lookup services to clients that use the BIND 9 lightweight resolver library. It is essentially a stripped- down, caching-only name server that answers queries using the BIND 9 lightweight resolver protocol rather than the DNS protocol.