lzx404243 opened a new pull request, #9594:
URL: https://github.com/apache/trafficserver/pull/9594

   This PR adds support for the `tunnel_route` configuration that contains both 
the regex match group number and the port variable specification, such as the 
following
   ```
   - fqdn: "node.*.example.com"
     tunnel_route: "backend.$1.example.com:{proxy_protocol_port}"
   ```
   Prior to this PR, only one of the match group specification or port variable 
specification can be used in the `tunnel_route` configuration.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to