knot 3.4.8
Authoritative DNS name server
Knot DNS is an authoritative name server for the Domain Name System (DNS), designed to meet the needs of root and top-level domain (TLD) name servers. It is implemented as a threaded daemon and uses a number of programming techniques to improve speed. For example, the responder is completely lock-free, resulting in a very high response rate. Other features include automatic DNS Security Extensions (DNSSEC) signing, dynamic record synthesis, and on-the-fly re-configuration.
- Outputs:
doc
,lib
,out
,tools
- Website: https://www.knot-dns.cz/
- Licenses: Expat · GPL 3+ · LGPL 2.0+ · Public Domain
- Package source: gnu/packages/dns.scm
- Builds: See build status
- Issues: See known issues
Installation
Install knot 3.4.8
as follows:
guix install knot@3.4.8
Or install the latest version:
guix install knot
The knot
package provides more outputs besides the default (out
). You can install them by appending :output-name
to the package specification. For example:
guix install knot:doc
guix install knot:lib
guix install knot:tools
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.