From: Remi Gacogne Date: Fri, 18 Aug 2017 10:44:33 +0000 (+0200) Subject: dnsdist: Document the Truncate option to `setDynBlocksAction()` X-Git-Tag: dnsdist-1.2.0~7^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F5626%2Fhead;p=thirdparty%2Fpdns.git dnsdist: Document the Truncate option to `setDynBlocksAction()` --- diff --git a/pdns/dnsdistdist/docs/reference/config.rst b/pdns/dnsdistdist/docs/reference/config.rst index dba6b79558..a8eae8e6a5 100644 --- a/pdns/dnsdistdist/docs/reference/config.rst +++ b/pdns/dnsdistdist/docs/reference/config.rst @@ -574,7 +574,7 @@ Dynamic Blocks .. function:: setDynBlocksAction(action) Set which action is performed when a query is blocked. - Only DNSAction.Drop (the default) and DNSAction.Refused are supported. + Only DNSAction.Drop (the default), DNSAction.Refused and DNSAction.Truncate are supported. .. function:: addBPFFilterDynBlocks(addresses, filter[, seconds])