unbound 1.17.1
Validating, recursive, and 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.
- Website: https://www.unbound.net
- Licenses: Original BSD
- Package source: gnu/packages/dns.scm
- Builds: See build status
- Issues: See known issues
Installation
Install unbound 1.17.1
as follows:
guix install unbound@1.17.1
Or install the latest version:
guix install unbound
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.