]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Add versionchanged clause
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 13 Dec 2024 08:24:19 +0000 (09:24 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 13 Dec 2024 08:52:09 +0000 (09:52 +0100)
pdns/recursordist/settings/table.py

index f877cbaedbfa9f6a3e55bf48aa7678f0732edc0e..9635ca41c6d9ae8ed89c010d3e465815fda719fa 100644 (file)
@@ -3002,7 +3002,8 @@ A sequence of UDP port numbers to avoid when binding. For example:
 
 See :ref:`setting-udp-source-port-min`.
  ''',
-    'versionadded': '4.2.0'
+        'versionadded': '4.2.0',
+        'versionchanged': ('5.2.0', 'port 4791 was added in the default list'),
     },
     {
         'name' : 'udp_truncation_threshold',