Browse Source

Adding some recent User-Agents to the block list

drop_requests
Derek Miles 8 years ago
parent
commit
1e653470c6
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      kamailio/default.cfg

+ 2
- 0
kamailio/default.cfg View File

@ -391,6 +391,8 @@ route[SANITY_CHECK]
if ($ua == "friendly-scanner" ||
$ua == "sundayddr" ||
$ua == "pplsip" ||
$ua =~ "NiceGuy" ||
$ua =~ "sipcli" ) {
xlog("L_WARN", "$ci|end|dropping message with user-agent $ua from $si:$sp\n");
exit;


Loading…
Cancel
Save