]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
doc/build.rst nit: add dnsdist as optional dependency
authorOto Šťáva <oto.stava@gmail.com>
Tue, 15 Nov 2022 08:28:11 +0000 (09:28 +0100)
committerOto Šťáva <oto.stava@gmail.com>
Tue, 15 Nov 2022 08:28:11 +0000 (09:28 +0100)
doc/build.rst

index 2fa242d2653e891f6965992f53b83c8c0b5d77bf..27d53221c96dd71cde33b7371d40600a19841ebb 100644 (file)
@@ -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