From aa18df7da0df93890100f2c82e79ed5eeee78e6b Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Wed, 16 Jul 2025 17:55:58 +0200 Subject: [PATCH] dnsdist: Document that negative entries in netmask lists are supported Signed-off-by: Remi Gacogne --- pdns/dnsdistdist/dnsdist-settings-definitions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.2