This website works better with JavaScript.
Home
Explore
Help
Sign In
ruhnet
/
kazoo-configs-kamailio
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
183
Wiki
Activity
Browse Source
KAM-10 ignore OPTIONS method
(cherry picked from commit
b01055b90f
)
master
Luis Azedo
5 years ago
parent
69df3e373d
commit
1a887f7a32
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
kamailio/antiflood-role.cfg
+ 2
- 0
kamailio/antiflood-role.cfg
View File
@ -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");
Write
Preview
Loading…
Cancel
Save