unbound-control
validating, recursive, caching DNS resolver
Install
- All systems
-
curl cmd.cat/unbound-control.sh
- Debian
-
apt-get install unbound
- Ubuntu
-
apt-get install unbound
- Alpine
-
apk add unbound
- Arch Linux
-
pacman -S unbound
- Kali Linux
-
apt-get install unbound
- CentOS
-
yum install unbound
- Fedora
-
dnf install unbound
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install unbound
- OS X
-
brew install unbound
- Raspbian
-
apt-get install unbound
- Dockerfile
- dockerfile.run/unbound-control
- Docker
-
docker run cmd.cat/unbound-control unbound-control
powered by Commando
unbound
validating, recursive, caching DNS resolver
Unbound is a recursive-only caching DNS server which can perform DNSSEC validation of results. It implements only a minimal amount of authoritative service to prevent leakage to the root nameservers: forward lookups for localhost, reverse for 127.0.0.1 and ::1, and NXDOMAIN for zones served by AS112. Stub and forward zones are supported. This package contains the unbound daemon.