From: Remi Gacogne Date: Wed, 16 Jul 2025 15:55:58 +0000 (+0200) Subject: dnsdist: Document that negative entries in netmask lists are supported X-Git-Tag: rec-5.4.0-alpha0~19^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa18df7da0df93890100f2c82e79ed5eeee78e6b;p=thirdparty%2Fpdns.git dnsdist: Document that negative entries in netmask lists are supported Signed-off-by: Remi Gacogne --- diff --git a/pdns/dnsdistdist/dnsdist-settings-definitions.yml b/pdns/dnsdistdist/dnsdist-settings-definitions.yml index 7848e86a49..879386af0a 100644 --- a/pdns/dnsdistdist/dnsdist-settings-definitions.yml +++ b/pdns/dnsdistdist/dnsdist-settings-definitions.yml @@ -1887,7 +1887,7 @@ netmask_group: - name: "netmasks" type: "Vec" default: "" - description: "List of netmasks" + description: "List of netmasks. A subnet that is not followed by ``/`` will be interpreted as a ``/32`` or ``/128`` subnet (a single address), depending on address family. It is possible to exclude ranges by prefixing an item with the negation character ``!``" packet_cache: description: "Packet-cache settings"