From d5dcb92774f89bab3eed9823690bc48a5558f7c3 Mon Sep 17 00:00:00 2001 From: Damian Meden Date: Mon, 19 Aug 2024 11:36:17 +0100 Subject: [PATCH] Document changes for sni.yaml:fqdn:tunnel_route --- doc/release-notes/whats-new.en.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/release-notes/whats-new.en.rst b/doc/release-notes/whats-new.en.rst index ff22c10d181..080abef445b 100644 --- a/doc/release-notes/whats-new.en.rst +++ b/doc/release-notes/whats-new.en.rst @@ -41,6 +41,11 @@ New Features Categories. See the ``ip_categories`` key definition in :file:`ip_allow.yaml` for information about their use and definitions. +* :file:`sni.yaml` ``fqdn:tunnel_route``, beside the already supported match group + number, configuration now also supports the destination port using a variable specification + either for the incoming connection port or the port that was specified by the + incoming Proxy Protocol payload. Check :file:`sni.yaml` for more information. + New or modified Configurations ------------------------------