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

dnssec-trigger

DNSSEC protection for the DNS traffic

DNSSEC-Trigger enables your computer to use DNSSEC protection for the DNS traffic. It relies on the Unbound DNS resolver running locally on your system, which performs DNSSEC validation. It reconfigures Unbound in such a way that it will signal it to to use the DHCP obtained forwarders if possible, fallback to doing its own AUTH queries if that fails, and if that fails it will prompt the user with the option to go with insecure DNS only.

Installation

Install the latest version of dnssec-trigger as follows:

guix install dnssec-trigger

Or install a particular version:

guix install dnssec-trigger@0.17

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.