From 3ee79cda0f0356bdfdd41a870471ff3e1785fe56 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Wed, 21 Sep 2022 15:19:23 +0200 Subject: [PATCH] dnsdist: Document the options to disable the delay pipe and dynblocks --- pdns/dnsdistdist/docs/install.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pdns/dnsdistdist/docs/install.rst b/pdns/dnsdistdist/docs/install.rst index 199217e209..a76b80bb96 100644 --- a/pdns/dnsdistdist/docs/install.rst +++ b/pdns/dnsdistdist/docs/install.rst @@ -116,7 +116,9 @@ Our ``configure`` script provides a fair number of options with regard to which * ``DISABLE_BUILTIN_HTML`` removes the built-in web pages * ``DISABLE_CARBON`` for carbon support * ``DISABLE_COMPLETION`` for completion support in the console +* ``DISABLE_DELAY_PIPE`` removes the ability to delay UDP responses * ``DISABLE_DEPRECATED_DYNBLOCK`` for legacy dynamic blocks not using the new ``DynBlockRulesGroup`` interface +* ``DISABLE_DYNBLOCKS`` disables the new dynamic block interface * ``DISABLE_ECS_ACTIONS`` to disable actions altering EDNS Client Subnet * ``DISABLE_FALSE_SHARING_PADDING`` to disable the padding of atomic counters, which is inserted to prevent false sharing but increases the memory use significantly * ``DISABLE_HASHED_CREDENTIALS`` to disable password-hashing support -- 2.47.2