mohamedhussien
Aug 09, 2023Nimbostratus
Multiple Dos Profiles to single virtual server
dears
i need a way to choose multi dos profiles to single virtual server according to user agent
as ex: if user agent mobile dos profile if
when HTTP_REQUEST {
if {[set ua [string tolower [HTTP::header User-Agent]]] contains "iphone" || $ua contains "ipad" || $ua contains "android"} {
#This client is an iPhone, iPad or an Android device
choose dos profile with specific configuration
and if browser choose another dos profile with specific configuration
how can i create this one