dnssec-trigger 0.17
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.
- Website: https://www.nlnetlabs.nl/projects/dnssec-trigger/about/
- Licenses: Modified BSD
- Package source: gnu/packages/dns.scm
- Builds: See build status
- Issues: See known issues
Installation
Install dnssec-trigger 0.17
as follows:
guix install dnssec-trigger@0.17
Or install the latest version:
guix install dnssec-trigger
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.