]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Mention timeout also aplies to IXFRs 12243/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 28 Nov 2022 11:50:42 +0000 (12:50 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 28 Nov 2022 11:55:26 +0000 (12:55 +0100)
pdns/recursordist/docs/lua-config/rpz.rst

index b4faf26be19ce8ee49978615450daf3556184c8f..ee0e388179ce57d7f905973e7c5a6388ec883ee7 100644 (file)
@@ -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
 ^^^^^^^^