Download Knot Resolver 5.1.3

Spread the love

Knot Resolver is an open source DNS recursor written in C and LuaJIT. When you perform a dns lookup, a recursor initially starts asking the lookup query to a dns root server. This can then redirect to other servers, from where it can redirect to other servers and so on, until finally a server is reached that knows the answer or knows that the look-up is not possible. The latter can be the case if the name does not exist or the servers do not respond. cloudflare uses Knot Resolver for example for its 1.1.1.1 dns service. The developers of CZ NIC previously released version 5.1.3 with the following changes:

Improvements

  • capabilities are no longer constrained when running as root (!1012)
  • cache: add percentage usage to cache.stats() (#580, !1025)
  • cache: add number of cache entries to cache.stats() (#510, !1028)
  • aarch64 support again, as some systems still didn’t work (!1033)
  • support building against Knot DNS 3.0 (!1053)

Bug fixes

  • tls: fix compilation to support net.tls_sticket_secret() (!1021)
  • validator: ignore bogus RRSIGs present in secure domains (!1022, #587)
  • build if libsystemd version isn’t detected as integer (#592, !1029)
  • validator: more robust reaction on missing RRSIGs (#390, !1020)
  • ta_update module: fix broken RFC5011 rollover (!1035)
  • garbage collector: avoid keeping multiple copies of cache (!1042)

Version number 5.1.3
Release status Final
Website CZ NIC
Download https://www.knot-resolver.cz/download/
License type Conditions (GNU/BSD/etc.)
You might also like
Exit mobile version