From 1365918f476d03d6f81b2f97367de592f586e87b Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Mon, 19 Jun 2023 13:19:22 +0200 Subject: [PATCH] rec: fix documentation of zoneToCache localAddress attribute Fixes #12919 --- pdns/recursordist/docs/lua-config/ztc.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ~~~~~~ -- 2.47.2