From: Otto Moerbeek Date: Wed, 15 May 2024 11:50:18 +0000 (+0200) Subject: rec: fix version changed for incoming.edns_padding_from and incoming.proxy_protocol_from X-Git-Tag: rec-5.1.0-beta1~40^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b992293f94510859ea36a5355447ef97e075bac1;p=thirdparty%2Fpdns.git rec: fix version changed for incoming.edns_padding_from and incoming.proxy_protocol_from --- diff --git a/pdns/recursordist/settings/table.py b/pdns/recursordist/settings/table.py index b5262793dc..de4d398e9c 100644 --- a/pdns/recursordist/settings/table.py +++ b/pdns/recursordist/settings/table.py @@ -871,7 +871,7 @@ Lower this if you experience timeouts. List of netmasks (proxy IP in case of proxy-protocol presence, client IP otherwise) for which EDNS padding will be enabled in responses, provided that :ref:`setting-edns-padding-mode` applies. ''', 'versionadded' : '4.5.0', - 'versionchanged' : ('5.0.4', 'YAML settings only: previously this was defined as a string instead of a sequence') + 'versionchanged' : ('5.0.5', 'YAML settings only: previously this was defined as a string instead of a sequence') }, { 'name' : 'edns_padding_mode', @@ -2062,7 +2062,7 @@ Note that once a Proxy Protocol header has been received, the source address fro The dnsdist docs have `more information about the PROXY protocol `_. ''', 'versionadded' : '4.4.0', - 'versionchanged' : ('5.0.4', 'YAML settings only: previously this was defined as a string instead of a sequence') + 'versionchanged' : ('5.0.5', 'YAML settings only: previously this was defined as a string instead of a sequence') }, { 'name' : 'proxy_protocol_exceptions',