Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 

L7Dos profile only for specific countries

Roman_
Altostratus
Altostratus

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

0 REPLIES 0