From: Otto Moerbeek Date: Mon, 19 Jun 2023 11:19:22 +0000 (+0200) Subject: rec: fix documentation of zoneToCache localAddress attribute X-Git-Tag: rec-5.0.0-alpha1~169^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F12927%2Fhead;p=thirdparty%2Fpdns.git rec: fix documentation of zoneToCache localAddress attribute Fixes #12919 --- diff --git a/pdns/recursordist/docs/lua-config/ztc.rst b/pdns/recursordist/docs/lua-config/ztc.rst index ee9dd62e67..5d3c19c7b5 100644 --- a/pdns/recursordist/docs/lua-config/ztc.rst +++ b/pdns/recursordist/docs/lua-config/ztc.rst @@ -91,7 +91,8 @@ The default value of 0 means no restriction. localAddress ~~~~~~~~~~~~ The source IP address to use when transferring using the ``axfr`` or ``url`` methods. -When unset, :ref:`setting-query-local-address` is used. +For the ``axfr`` method :ref:`setting-query-local-address` is used by default. +The default used for ``url`` method is system dependent. zonemd ~~~~~~