软件包:knot-resolver(3.2.1-3+deb10u2) [security]
knot-resolver 的相关链接
Debian 的资源:
下载源码包 knot-resolver:
- [knot-resolver_3.2.1-3+deb10u2.dsc]
- [knot-resolver_3.2.1.orig.tar.xz]
- [knot-resolver_3.2.1-3+deb10u2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [www.knot-resolver.cz]
相似软件包:
caching, DNSSEC-validating DNS resolver
The Knot DNS 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 有关的软件包
|
|
|
|
-
- dep: adduser
- 添加、删除用户和组
-
- dep: dns-root-data
- DNS root data including root zone and DNSSEC key
-
- dep: libc6 (>= 2.28)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libdnssec6 (>= 2.7.2)
- DNSSEC shared library from Knot
-
- dep: libedit2 (>= 2.11-20080614-0)
- BSD 行编辑和历史记录库
-
- dep: libgcc1 (>= 1:3.0)
- GCC 支持库
-
- dep: libgnutls30 (>= 3.6.6)
- GNU TLS library - main runtime library
-
- dep: libknot8 (>= 2.7.2)
- Authoritative domain name server (shared library)
-
- dep: liblmdb0 (>= 0.9.9)
- Lightning Memory-Mapped Database shared library
-
- dep: libluajit-5.1-2 (>= 2.0.4+dfsg)
- Just in time compiler for Lua - library version
-
- dep: libstdc++6 (>= 5)
- GNU 标准 C++ 库,第3版
-
- dep: libsystemd0 (>= 227)
- systemd 实用库
-
- dep: libuv1 (>= 1.7.0)
- asynchronous event notification library - runtime library
-
- dep: libzscanner2 (>= 2.7.2)
- DNS zone-parsing library from Knot
-
- dep: lua-sec
- SSL socket library for the Lua language
-
- dep: lua-socket
- TCP/UDP socket library for the Lua language
-
- rec: knot-resolver-module-http
- HTTP/2 module for Knot Resolver
-
- rec: lua-basexx
- baseXX encoding/decoding library for Lua