From b992293f94510859ea36a5355447ef97e075bac1 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Wed, 15 May 2024 13:50:18 +0200 Subject: [PATCH] rec: fix version changed for incoming.edns_padding_from and incoming.proxy_protocol_from --- pdns/recursordist/settings/table.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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', -- 2.47.2