From: Remi Gacogne Date: Thu, 16 Sep 2021 07:52:44 +0000 (+0200) Subject: dnsdist: Update the list of dependencies in the documentation X-Git-Tag: dnsdist-1.7.0-alpha1~13^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a605f8422f941fbe2889ad465c74916617c26c6;p=thirdparty%2Fpdns.git dnsdist: Update the list of dependencies in the documentation --- diff --git a/pdns/dnsdistdist/docs/install.rst b/pdns/dnsdistdist/docs/install.rst index 6d3de42fbf..b622248004 100644 --- a/pdns/dnsdistdist/docs/install.rst +++ b/pdns/dnsdistdist/docs/install.rst @@ -48,13 +48,18 @@ dnsdist depends on the following libraries: * `Boost `_ * `Lua `_ 5.1+ or `LuaJit `_ * `Editline (libedit) `_ -* `GnuTLS `_ (optional) -* `libh2o `_ (optional) -* `libsodium `_ (optional) -* `nghttp2 `_ (optional) -* `OpenSSL `_ (optional) +* `libfstrm `_ (optional, dnstap support) +* `GnuTLS `_ (optional, DoT and outgoing DoH support) +* `libh2o `_ (optional, incoming DoH support) +* `libcap `_ (optional, capabilities support) +* `libsodium `_ (optional, DNSCrypt and console encryption support) +* `LMDB `_ (optional, LMDB support) +* `net-snmp `_ (optional, SNMP support) +* `nghttp2 `_ (optional, outgoing DoH support) +* `OpenSSL `_ (optional, DoT and DoH support) * `protobuf `_ (optional, not needed as of 1.6.0) * `re2 `_ (optional) +* `TinyCDB ` (optional, CDB support) Should :program:`dnsdist` be run on a system with systemd, it is highly recommended to have the systemd header files (``libsystemd-dev`` on Debian and ``systemd-devel`` on CentOS)