Forum Discussion
Rusty_M_140798
Nimbostratus
Apr 20, 2017Change URL host without chaining in the User browser
I have request to publish one of our internal applications that is on a .local domain to be public facing on a .com domain. The team is not willing to change the URL and internal users use the .local...
- Oct 06, 2020
Hi Faizan,
You can use less or grater oparators.
when CLIENT_ACCEPTED { if { [TCP::client_port] >= 8000 && [TCP::client_port] <= 8500 } { pool pool1 } elseif ...