]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Document the options to disable the delay pipe and dynblocks 11993/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 21 Sep 2022 13:19:23 +0000 (15:19 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 21 Sep 2022 13:23:24 +0000 (15:23 +0200)
pdns/dnsdistdist/docs/install.rst

index 199217e209f5e67cd4664e76cdfe712bcbf4a8c3..a76b80bb96f14fc31fe8cd710d26f1cc9593cb4e 100644 (file)
@@ -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