|
|
@ -65,6 +65,8 @@ route[ANTIFLOOD_AUTH_LIMIT] |
|
|
return(1); |
|
|
return(1); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if (is_method("OPTIONS")) return(1); |
|
|
|
|
|
|
|
|
$var(auth_key) = ""; |
|
|
$var(auth_key) = ""; |
|
|
if($sel(cfg_get.kazoo.antiflood_failed_auth_use_port) == 1) { |
|
|
if($sel(cfg_get.kazoo.antiflood_failed_auth_use_port) == 1) { |
|
|
$var(auth_key) = $_s("$Au::$si::$sp"); |
|
|
$var(auth_key) = $_s("$Au::$si::$sp"); |
|
|
|