knot-resolver 5.7.2-1 source package in Ubuntu

Changelog

knot-resolver (5.7.2-1) unstable; urgency=medium

  * New upstream release

 -- Jakub Ružička <email address hidden>  Tue, 02 Apr 2024 07:26:43 +0200

Upload details

Uploaded by:
knot-resolver packagers
Uploaded to:
Sid
Original maintainer:
knot-resolver packagers
Architectures:
amd64 arm64 armel armhf i386 mips mips64el mipsel all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
knot-resolver_5.7.2-1.dsc 3.1 KiB 908ed3bef3480d94b97383b61aff69055791f1d4c14c38632e107e0da88c9713
knot-resolver_5.7.2.orig.tar.xz 1.8 MiB 5f6a227390fcd4c2d0a8028a652b55a9d863ec7be01298fe038df1d273fb9a0f
knot-resolver_5.7.2.orig.tar.xz.asc 833 bytes 615df580e68047b4acbe7fb960779a7a0876a6907720ca804ba46f13078286bd
knot-resolver_5.7.2-1.debian.tar.xz 392.1 KiB 055f649b7d79f6674d3262aa1be13b918d815d38b81bd44d6bb6a2d01911c48c

No changes file available.

Binary packages built by this source

knot-resolver: caching, DNSSEC-validating DNS resolver

 The Knot Resolver is a caching full resolver implementation
 written in C and LuaJIT, including both a resolver library and a
 daemon. Modular architecture of the library keeps the core tiny and
 efficient, and provides a state-machine like API for
 extensions. There are three built-in modules - iterator, cache,
 validator, and many external.
 .
 The Lua modules, switchable and shareable cache, and fast FFI
 bindings makes it great to tap into resolution process, or be used
 for your recursive DNS service. It's the OpenResty of DNS.
 .
 The server adopts a different scaling strategy than the rest of the
 DNS recursors - no threading, shared-nothing architecture (except
 MVCC cache that may be shared). You can start and stop additional
 nodes depending on the contention without downtime.

knot-resolver-dbgsym: debug symbols for knot-resolver
knot-resolver-doc: Documentation for Knot Resolver

 The Knot Resolver is a caching full resolver implementation
 written in C and LuaJIT, including both a resolver library and a
 daemon. Modular architecture of the library keeps the core tiny and
 efficient, and provides a state-machine like API for
 extensions. There are three built-in modules - iterator, cache,
 validator, and many external.
 .
 This package contains Knot Resolver Documentation.

knot-resolver-module-http: HTTP module for Knot Resolver

 The Knot Resolver is a caching full resolver implementation
 written in C and LuaJIT, including both a resolver library and a
 daemon. Modular architecture of the library keeps the core tiny and
 efficient, and provides a state-machine like API for
 extensions. There are three built-in modules - iterator, cache,
 validator, and many external.
 .
 This package contains HTTP module for local visualization of the
 resolver cache and queries.