From 7aad25ebc9816869338c61deac85782c23c76799 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Thu, 18 Dec 2025 11:31:37 +0100 Subject: [PATCH] rec: better describe which source addresses are accepted Signed-off-by: Otto Moerbeek --- pdns/recursordist/rec-rust-lib/table.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/recursordist/rec-rust-lib/table.py b/pdns/recursordist/rec-rust-lib/table.py index ee1c5f8dc2..b46edf3610 100644 --- a/pdns/recursordist/rec-rust-lib/table.py +++ b/pdns/recursordist/rec-rust-lib/table.py @@ -2286,7 +2286,7 @@ This value has precedence over :ref:`setting-qname-max-minimize-count`. 'help' : 'Source IP address for sending queries', 'doc' : ''' .. note:: - While subnets and their negations are syntactically accepted, the handling of subnets has not been implemented yet. + While subnets and their negations are mentioned as 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 -- 2.47.3