This package browser is in early development. Mind the rough edges.

unbound 1.19.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.

Installation

Install unbound 1.19.1 as follows:

guix install unbound@1.19.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.