diff --git a/kamailio/antiflood-role.cfg b/kamailio/antiflood-role.cfg index 20d6ea1..369108d 100644 --- a/kamailio/antiflood-role.cfg +++ b/kamailio/antiflood-role.cfg @@ -65,6 +65,8 @@ route[ANTIFLOOD_AUTH_LIMIT] return(1); } + if (is_method("OPTIONS")) return(1); + $var(auth_key) = ""; if($sel(cfg_get.kazoo.antiflood_failed_auth_use_port) == 1) { $var(auth_key) = $_s("$Au::$si::$sp");