From: Oto Šťáva Date: Tue, 15 Nov 2022 08:28:11 +0000 (+0100) Subject: doc/build.rst nit: add dnsdist as optional dependency X-Git-Tag: v5.6.0~13^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7389e81b0bcb9631862d61ade2fa4284a7285c8e;p=thirdparty%2Fknot-resolver.git doc/build.rst nit: add dnsdist as optional dependency --- diff --git a/doc/build.rst b/doc/build.rst index 2fa242d26..27d53221c 100644 --- a/doc/build.rst +++ b/doc/build.rst @@ -54,6 +54,7 @@ Resolver: "`lua-http`_", "``modules/http``", "HTTP/2 client/server for Lua." "`lua-cqueues`_", "some lua modules", "" "cmocka_", "``unit tests``", "Unit testing framework." + "dnsdist_", "``proxyv2 test``", "DNS proxy server" "Doxygen_", "``documentation``", "Generating API documentation." "Sphinx_ and sphinx_rtd_theme_", "``documentation``", "Building this documentation." @@ -270,6 +271,7 @@ For development, it's possible to build the container directly from your git tre .. _pkg-config: https://www.freedesktop.org/wiki/Software/pkg-config/ .. _libknot: https://gitlab.nic.cz/knot/knot-dns .. _cmocka: https://cmocka.org/ +.. _dnsdist: https://dnsdist.org/ .. _lua-basexx: https://github.com/aiq/basexx .. _lua-http: https://luarocks.org/modules/daurnimator/http .. _lua-cqueues: https://25thandclement.com/~william/projects/cqueues.html