From bf6e0eb4e2665b317a2d4f384520fb13ff2ba9cb Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Mon, 28 Nov 2022 12:50:42 +0100 Subject: [PATCH] Mention timeout also aplies to IXFRs --- pdns/recursordist/docs/lua-config/rpz.rst | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/pdns/recursordist/docs/lua-config/rpz.rst b/pdns/recursordist/docs/lua-config/rpz.rst index b4faf26be1..ee0e388179 100644 --- a/pdns/recursordist/docs/lua-config/rpz.rst +++ b/pdns/recursordist/docs/lua-config/rpz.rst @@ -215,10 +215,18 @@ When unset, :ref:`setting-query-local-address` is used. axfrTimeout ^^^^^^^^^^^ .. versionadded:: 4.1.2 - Before 4.1.2, the timeout was fixed on 10 seconds. + Before 4.1.2, the timeout was fixed on 10 seconds. -The timeout in seconds of the total initial AXFR transaction. -20 by default. +.. versionchanged:: 4.5.12 + The same timeout applies to followup IXFR transactions. + +.. versionchanged:: 4.6.5 + The same timeout applies to followup IXFR transactions. + +.. versionchanged:: 4.7.4 + The same timeout applies to followup IXFR transactions. + +The timeout in seconds of the total initial AXFR transaction. 20 by default. dumpFile ^^^^^^^^ -- 2.47.2