]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Deprecation warning for XPF settings. 11645/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 25 May 2022 07:45:08 +0000 (09:45 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 25 May 2022 07:50:49 +0000 (09:50 +0200)
(cherry picked from commit 7e32a0b96df460abd8fb98fbb63f4d336b9c3d03)

Backport of #11644

pdns/arguments.cc

index 4ece63184dbd5e6583786c8e9c37a30e03414b79..c3661ff2391758594451bd1d5913223a04cbf4d7 100644 (file)
@@ -355,7 +355,9 @@ static const map<string,string> deprecateList = {
   { "stats-snmp-blacklist", "stats-snmp-disabled-list" },
   { "edns-subnet-whitelist", "edns-subnet-allow-list" },
   { "new-domain-whitelist", "new-domain-ignore-list" },
-  { "snmp-master-socket", "snmp-daemon-socket" }
+  { "snmp-master-socket", "snmp-daemon-socket" },
+  { "xpf-allow-from", "Proxy Protocol" },
+  { "xpf-rr-code", "Proxy Protocol" },
 };
 
 static void warnIfDeprecated(const string& var)