Forum Discussion

Roman_'s avatar
Roman_
Icon for Altostratus rankAltostratus
Apr 17, 2020

L7Dos profile only for specific countries

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

No RepliesBe the first to reply