17-Apr-2020
06:43
- last edited on
04-Jun-2023
21:30
by
JimmyPackets
Hello,
I would like to ask if it is possible to use L7Dos profile only for specific coutries
Im not sure if white list on profile working for example with proactive bot defence or TPS defence or Can iRule work like this? Will it have affect on performance?
when HTTP_REQUEST {
if { [matchclass [whereis [IP::client_addr] country] eq whitelist] } {
DOSL7::disable
}
}
i would like to have for some coutries L7Dos completely disabled