unbound-anchor
unbound shared libraries
Install
- All systems
-
curl cmd.cat/unbound-anchor.sh
- Debian
-
apt-get install unbound-anchor
- Ubuntu
-
apt-get install unbound-anchor
- Alpine
-
apk add unbound-libs
- Arch Linux
-
pacman -S unbound-anchor
- Kali Linux
-
apt-get install unbound-anchor
- CentOS
-
yum install unbound-libs
- Fedora
-
dnf install unbound-libs
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install unbound-anchor
- Raspbian
-
apt-get install unbound-anchor
- Dockerfile
- dockerfile.run/unbound-anchor
- Docker
-
docker run cmd.cat/unbound-anchor unbound-anchor
powered by Commando
unbound-libs
unbound shared libraries
unbound-anchor
utility to securely fetch the root DNS trust anchor
unbound-anchor is a utility which securely fetches or updates the root DNS zone trust anchor. A copy of the current root anchor and root update certificate is embedded in unbound-anchor. RFC 5011 trust anchor tracking is performed, with fallback to an SSL fetch if this fails.
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.