Hi there, I have a need to route an arbitrary subdomain to an arbitrary device on the intranet with that hostname.
`[internal_hostname].domain.com` --> `[internal_hostname](.local)` I say this should be an arbitrary hostname only to simplify the configuration--using a regex, for example. If absolutely necessary, I can add each node explicitly, but I don't want to (there will be very many). I've got an expensive PF Sense router that can integrate HAProxy, but it doesn't seem like a creative firewall rule alone can solve this. Thanks! -pete

