Knot DNS

Knot DNS
Developer(s) CZ.NIC
Initial release November 3, 2011 (2011-11-03)
Stable release
2.3.2 / November 4, 2016 (2016-11-04)
Operating system Unix-like
Type DNS server
License GPL license
Website www.knot-dns.cz

Knot DNS is an open-source server program for the Domain Name System. It was developed by CZ.NIC, the .CZ domain registry, from scratch as an authoritative name server. The goal was to add one more open-source implementation suitable for TLD operators to increase overall security, stability and resiliency of Domain Name System. It is implemented as threaded daemon which uses number of programming techniques to make it very fast. Notably Read-copy-update.

Knot DNS uses a zone parser written in Ragel to achieve very fast loading of the zones at the startup. It is also able to add and remove zones on the fly by changing the configuration file and reloading the server using 'knotc' utility.

New in 1.2.0: Response Rate Limiting, Dynamic DNS, and new remote control utility.

New in 1.3.0: new zone parser in Ragel (replaces zone compilation) and client utilities (kdig, khost and knsupdate).

New in 1.4.0: automatic DNSSEC signing of the managed zones.

New in 1.5.0: query modules with two new modules: "Automatic forward/reverse records" and dnstap.

New in 1.6.0: persistent timers for slave zones (expire, refresh, and flush) using LMDB.

New in 2.0.0: new YAML-based configuration, and new DNSSEC implementation using GnuTLS.

New in 2.1.0: dynamic configuration, PKCS#11 interface, and online DNSSEC signing.

New in 2.2.0: Response Rate Limiting white listing, support for URI (RFC 7553) and CAA (RFC 6844) resource record types, interactive mode for 'knotc', new control interface for the server including simple Python bindings.

New in 2.3.0: DNSSEC signing configured in server configuration, automatic NSEC3 resalting, zone operations over server control interface, TLS in kdig.

See also

References

    External links

    This article is issued from Wikipedia - version of the 11/19/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.