This is an automated email from the ASF dual-hosted git repository.
dmeden pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new 472b0f2023 Document changes for sni.yaml:fqdn:tunnel_route (#11715)
472b0f2023 is described below
commit 472b0f2023a851da51f11fc6d34124438e0a6f3f
Author: Damian Meden <[email protected]>
AuthorDate: Mon Aug 19 17:43:40 2024 +0200
Document changes for sni.yaml:fqdn:tunnel_route (#11715)
---
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 4adad45832..71f8ffe202 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
------------------------------