From 752d505baabe47c99fc674347ab48b10fb32d209 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Fri, 18 Aug 2017 12:44:33 +0200 Subject: [PATCH] dnsdist: Document the Truncate option to `setDynBlocksAction()` --- pdns/dnsdistdist/docs/reference/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dnsdistdist/docs/reference/config.rst b/pdns/dnsdistdist/docs/reference/config.rst index dba6b7955..a8eae8e6a 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]) -- 2.40.0