套件:knot-resolver(5.3.1-1+deb11u1)
knot-resolver 的相關連結
Debian 的資源:
下載原始碼套件 knot-resolver:
- [knot-resolver_5.3.1-1+deb11u1.dsc]
- [knot-resolver_5.3.1.orig.tar.xz]
- [knot-resolver_5.3.1.orig.tar.xz.asc]
- [knot-resolver_5.3.1-1+deb11u1.debian.tar.xz]
維護小組:
- knot-resolver packagers (QA 頁面)
- Ondřej Surý (QA 頁面)
- Daniel Kahn Gillmor (QA 頁面)
- Santiago Ruano Rincón (QA 頁面)
- Jakub Ružička (QA 頁面)
外部的資源:
- 主頁 [www.knot-resolver.cz]
相似套件:
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 有關的套件
|
|
|
|
-
- dep: adduser
- 新增、移除使用者與群組
-
- dep: debconf
- Debian 設定管理系統
-
- dep: debconf (>= 0.5)
- Debian 設定管理系統
- 或者 debconf-2.0
- 本虛擬套件由這些套件填實: cdebconf, cdebconf-udeb, debconf
-
- dep: dns-root-data
- DNS root hints and DNSSEC trust anchor
-
- dep: libc6 (>= 2.28)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: libdnssec8 (>= 3.0.1)
- DNSSEC shared library from Knot
-
- dep: libedit2 (>= 2.11-20080614-0)
- BSD editline and history libraries
-
- dep: libfstrm0 (>= 0.2.0)
- Frame Streams (fstrm) library
-
- dep: libgcc-s1 (>= 3.0) [除 armel, armhf]
- GCC 支援函式庫
- dep: libgcc-s1 (>= 3.5) [armel, armhf]
-
- dep: libgnutls30 (>= 3.7.0)
- GNU TLS library - main runtime library
-
- dep: libknot11 (>= 3.0.1) [armel]
- Authoritative domain name server (shared library)
- dep: libknot11 (>= 3.0.2) [除 armel]
-
- 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: libnghttp2-14 (>= 1.3.0)
- library implementing HTTP/2 protocol (shared library)
-
- dep: libprotobuf-c1 (>= 1.0.1)
- Protocol Buffers C shared library (protobuf-c)
-
- dep: libstdc++6 (>= 5)
- GNU Standard C++ Library v3
-
- dep: libsystemd0 (>= 227)
- systemd utility library
-
- dep: libuv1 (>= 1.7.0)
- asynchronous event notification library - runtime library
-
- dep: libzscanner3 (>= 3.0.1)
- 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 module for Knot Resolver
-
- rec: lua-basexx
- baseXX encoding/decoding library for Lua
-
- rec: lua-cqueues
- event loop for Lua