mirror of
https://github.com/kemko/reproxy.git
synced 2026-01-01 15:55:49 +03:00
A host substitution functionality has been added to the match logic for the MTProxy match type. This allows for more flexible routing rules, enabling the replacement of "$host" and "${host}" placeholders in the destination URL with the server name, before performing the regex match. Updated corresponding tests to reflect this change.
make additional test without host substitution
add test with ${host} substitution