unbound-host
reimplementation of the 'host' command
Install
- All systems
-
curl cmd.cat/unbound-host.sh
- Debian
-
apt-get install unbound-host
- Ubuntu
-
apt-get install unbound-host
- Arch Linux
-
pacman -S unbound-host
- Kali Linux
-
apt-get install unbound-host
- CentOS
-
yum install unbound-host
- Fedora
-
dnf install unbound-host
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install unbound-host
- Raspbian
-
apt-get install unbound-host
- Dockerfile
- dockerfile.run/unbound-host
unbound-host
reimplementation of the 'host' command
This package provides the 'unbound-host' program that is bundled with the Unbound domain name server. This version differs from the one provided in the package called host, which is from NIKHEF, and bind9-host, which is from ISC, and has a similar but different set of features and options.
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.