From 1c9e8965f8c63afd74da148eb7ad80b9259b5b83 Mon Sep 17 00:00:00 2001 From: Balazs Scheidler Date: Tue, 3 Dec 2024 18:29:59 +0100 Subject: [PATCH] news: added news file Signed-off-by: Balazs Scheidler --- news/feature-361.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 news/feature-361.md diff --git a/news/feature-361.md b/news/feature-361.md new file mode 100644 index 000000000..5b4fefd48 --- /dev/null +++ b/news/feature-361.md @@ -0,0 +1,5 @@ +`syslog(transport(proxied-*))` and `network(transport(proxied-*))`: changed +where HAProxy transport saved the original source and destination addresses. +Instead of using dedicated `PROXIED_*` name-value pairs, use the usual +`$SOURCEIP`, `$DESTIP` and `$DESTPORT` macros, making haproxy based +connections just like native ones.