Replies: 2 comments
-
still stuck on this. Any pointers ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have 3 servers that I would like to access based on regular expression
eg.
t1.......t10.sample.com --> 192.168.0.1:443
t11....t20.sample.com ---> 192.168.0.2:443
t21....t30.sample.com --> 192.168.0.3:443
Can someone guide how I can configure this setup?
Wildcard *.sample.com to a single server is not an option.
Beta Was this translation helpful? Give feedback.
All reactions