From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <pve-devel-bounces@lists.proxmox.com> Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9]) by lore.proxmox.com (Postfix) with ESMTPS id 42FCC1FF176 for <inbox@lore.proxmox.com>; Fri, 24 Jan 2025 09:54:32 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 7C68D1A872; Fri, 24 Jan 2025 09:54:27 +0100 (CET) Date: Fri, 24 Jan 2025 09:53:51 +0100 From: Fabian =?iso-8859-1?q?Gr=FCnbichler?= <f.gruenbichler@proxmox.com> To: Proxmox VE development discussion <pve-devel@lists.proxmox.com> References: <20241212032706.151121-1-thomas@atskinner.net> In-Reply-To: <20241212032706.151121-1-thomas@atskinner.net> MIME-Version: 1.0 User-Agent: astroid/0.16.0 (https://github.com/astroidmail/astroid) Message-Id: <1737708810.tpeht7dnec.astroid@yuna.none> X-SPAM-LEVEL: Spam detection results: 0 AWL 0.051 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record T_SCC_BODY_TEXT_LINE -0.01 - Subject: [pve-devel] applied-series: [PATCH SERIES manager/http-server/docs v2 0/3] fix #5699: add support for real IP X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion <pve-devel.lists.proxmox.com> List-Unsubscribe: <https://lists.proxmox.com/cgi-bin/mailman/options/pve-devel>, <mailto:pve-devel-request@lists.proxmox.com?subject=unsubscribe> List-Archive: <http://lists.proxmox.com/pipermail/pve-devel/> List-Post: <mailto:pve-devel@lists.proxmox.com> List-Help: <mailto:pve-devel-request@lists.proxmox.com?subject=help> List-Subscribe: <https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel>, <mailto:pve-devel-request@lists.proxmox.com?subject=subscribe> Reply-To: Proxmox VE development discussion <pve-devel@lists.proxmox.com> Cc: Thomas Skinner <thomas@atskinner.net> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" <pve-devel-bounces@lists.proxmox.com> thanks! On December 12, 2024 4:27 am, Thomas Skinner wrote: > This v2 patch series continues adding support for setting a HTTP header for passing through a client IP > address for logging purposes. > > Changes since v1: > * fixed styling issues > * renamed fields to clearer, more appropriate names > * adjusted logging format back to previous, made option opt-in > > > pve-docs: > > Thomas Skinner (1): > fix #5699: pveproxy: add docs for real IP support > > pveproxy.adoc | 29 +++++++++++++++++++++++++++++ > 1 file changed, 29 insertions(+) > > > pve-http-server: > > Thomas Skinner (1): > fix #5699: pveproxy: add library methods for real IP support > > src/PVE/APIServer/AnyEvent.pm | 38 ++++++++++++++++++++++++++++++++++- > src/PVE/APIServer/Utils.pm | 15 ++++++++++++++ > 2 files changed, 52 insertions(+), 1 deletion(-) > > > pve-manager: > > Thomas Skinner (1): > fix #5699: pveproxy: add settings for real IP support > > PVE/Service/pveproxy.pm | 2 ++ > 1 file changed, 2 insertions(+) > > -- > 2.39.5 > > > _______________________________________________ > pve-devel mailing list > pve-devel@lists.proxmox.com > https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel > > > _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel