]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Document that negative entries in netmask lists are supported 15822/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 16 Jul 2025 15:55:58 +0000 (17:55 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 16 Jul 2025 16:03:08 +0000 (18:03 +0200)
Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
pdns/dnsdistdist/dnsdist-settings-definitions.yml

index 7848e86a491f9046216ec6146372892ff5733960..879386af0a174dc0a6b097a06dfd62d5e88c2d2b 100644 (file)
@@ -1887,7 +1887,7 @@ netmask_group:
     - name: "netmasks"
       type: "Vec<String>"
       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"