From 7389e81b0bcb9631862d61ade2fa4284a7285c8e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Oto=20=C5=A0=C5=A5=C3=A1va?= Date: Tue, 15 Nov 2022 09:28:11 +0100 Subject: [PATCH] doc/build.rst nit: add dnsdist as optional dependency --- doc/build.rst | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.47.2