Forum Discussion

  • You can redirect to a VIP.

    Here is an example:

     
       when HTTP_REQUEST { 
        if { [IP::addr [IP::client_addr] equals 10.10.10.10] } { 
         HTTP::redirect "http://vip/" 
          } 
        }