From: Otto Moerbeek Date: Mon, 13 May 2024 08:20:07 +0000 (+0200) Subject: rec: mention subnets are not allowed (yet) in query-local-address/outgoing.source_address X-Git-Tag: rec-5.1.0-alpha1~4^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=624efa41f79792c29095b1d286cf9c1c412e7204;p=thirdparty%2Fpdns.git rec: mention subnets are not allowed (yet) in query-local-address/outgoing.source_address Fixes #14148 --- diff --git a/pdns/recursordist/settings/table.py b/pdns/recursordist/settings/table.py index 9188ac2fc9..edf985b8a2 100644 --- a/pdns/recursordist/settings/table.py +++ b/pdns/recursordist/settings/table.py @@ -2144,6 +2144,10 @@ This value has precedence over :ref:`setting-qname-max-minimize-count`. 'default' : '0.0.0.0', 'help' : 'Source IP address for sending queries', 'doc' : ''' +.. note:: + While syntactly subnets and their negations are accepted, the handling of subnets has not been implemented yet. + Only individual IP addresses can be listed. + Send out local queries from this address, or addresses. By adding multiple addresses, increased spoofing resilience is achieved. When no address of a certain address family is configured, there are *no* queries sent with that address family.