ltm rule event SOCKS REQUESTΒΆ
iRule(1) BIG-IP TMSH Manual iRule(1)
SOCKS_REQUEST
Triggered upon receipt of a SOCKS command on a SOCKS connection, before authentication is done.
DESCRIPTION
This event is triggered upon receipt of a SOCKS command on a SOCKS connection, before authentication is done.
Examples
when SOCKS_REQUEST {
log local0. "SOCKS is using version [SOCKS::version]"
}
HINTS
SEE ALSO
CHANGE LOG
@BIGIP-11.5.0 --First introduced the event.
BIG-IP 2022-04-12 iRule(1)