picoHz / taxy

A reverse proxy server with built-in WebUI, supporting TCP/UDP/HTTP/TLS/WebSocket, written in Rust.
https://taxy.dev/
MIT License
88 stars 6 forks source link

Host Regexp #78

Closed almereyda closed 1 week ago

almereyda commented 4 months ago

Currently globbing for *.*.localdomain or inserting (.*).localdomain does not allow to reach the host localhome.localhost.localdomain.

It could be nice to define Hosts with Regular Expressions, in so multiple levels of subdomains are supported.

picoHz commented 1 week ago

@almereyda Thank you for your suggestion! Taxy supports regex patterns in virtual hosts starting with v0.3.34.