Closed almereyda closed 1 week ago
Currently globbing for *.*.localdomain or inserting (.*).localdomain does not allow to reach the host localhome.localhost.localdomain.
*.*.localdomain
(.*).localdomain
localhome.localhost.localdomain
It could be nice to define Hosts with Regular Expressions, in so multiple levels of subdomains are supported.
@almereyda Thank you for your suggestion! Taxy supports regex patterns in virtual hosts starting with v0.3.34.
Currently globbing for
*.*.localdomain
or inserting(.*).localdomain
does not allow to reach the hostlocalhome.localhost.localdomain
.It could be nice to define Hosts with Regular Expressions, in so multiple levels of subdomains are supported.