Bastien_124165
Oct 27, 2016Nimbostratus
iRule to blocked established connection
I have an iRule to blocked range of IP, but it's using the event CLIENT_ACCEPTED. I'm trying to do the same against established connections, eg. I want to block an attack from an IP.
I've seen this but doesn't seem like it's working.
I'd like to block any protocol, so I can't just use when HTTP_REQUEST.
Any suggestions ?