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

knot

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.

Installation

Install the latest version of knot as follows:

guix install knot

Or install a particular version:

guix install knot@3.4.8

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.

Badge code

You can use the following badge to inform users of knot about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/knot'><img src='https://packages.guix.gnu.org/packages/knot/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/knot/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/knot)

Example Org:

[[https://packages.guix.gnu.org/packages/knot][https://packages.guix.gnu.org/packages/knot/badges/latest-version.svg]]