パッケージ: knot-resolver (5.4.4-1) [debports]
knot-resolver に関するリンク
Debian の資源:
ソースパッケージをダウンロード:
見つかりませんメンテナ:
外部の資源:
- ホームページ [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.33)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libdnssec8 (>= 3.0.1)
- パッケージは利用できません
-
- dep: libedit2 (>= 2.11-20080614-0)
- BSD 行編集および履歴機能ライブラリ
-
- dep: libfstrm0 (>= 0.2.0)
- Frame Streams (fstrm) library
-
- dep: libgcc-s1 (>= 3.0)
- GCC 共有ライブラリ
-
- dep: libgnutls30 (>= 3.7.2)
- GNU TLS ライブラリ - 主要ランタイムライブラリ
-
- dep: libknot12 (>= 3.1.1)
- パッケージは利用できません
-
- dep: liblmdb0 (>= 0.9.9)
- Lightning Memory-Mapped Database shared library
-
- dep: libluajit-5.1-2 (>= 2.0.4+dfsg)
- OpenResty-maintained branch of LuaJIT (shared objects)
-
- dep: libnghttp2-14 (>= 1.3.0)
- HTTP/2 プロトコルを実装するライブラリ (共有ライブラリ)
-
- dep: libprotobuf-c1 (>= 1.0.1)
- Protocol Buffers C shared library (protobuf-c)
-
- dep: libstdc++6 (>= 5)
- GNU 標準 C++ ライブラリ v3
-
- dep: libsystemd0 (>= 227)
- systemd ユーティリティライブラリ
-
- dep: libuv1 (>= 1.7.0)
- 非同期イベント通知ライブラリ - ランタイムライブラリ
-
- dep: libzscanner4 (>= 3.1.1)
- DNS zone-parsing shared library from Knot DNS
-
- 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