From f643b80429b318c24d1033f136dcfcedd8d7eede Mon Sep 17 00:00:00 2001 From: Emmanuel Hocdet Date: Thu, 1 Feb 2018 15:20:32 +0100 Subject: [PATCH] MINOR: introduce proxy-v2-options for send-proxy-v2 Proxy protocol v2 can transport many optional informations. To avoid send-proxy-v2-* explosion, this patch introduce proxy-v2-options parameter and will allow to write: "send-proxy-v2 proxy-v2-options ssl,cert-cn". --- doc/configuration.txt | 5 +++++ src/server.c | 25 +++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/doc/configuration.txt b/doc/configuration.txt index 55956db271..89421dbbca 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -11718,6 +11718,11 @@ send-proxy-v2 of this version of the protocol. See also the "no-send-proxy-v2" option of this section and send-proxy" option of the "bind" keyword. +proxy-v2-options