Skip to content

Conversation

@Khaled-IamZ
Copy link
Contributor

Status

READY/IN DEVELOPMENT/HOLD

Migrations

YES | NO

Description

A few sentences describing the overall goals of the pull request's commits.

Related PRs

List related PRs against other branches:

branch PR
other_pr_production link
other_pr_master link

Todos

  • Tests
  • Documentation

Deploy Notes

Notes regarding deployment the contained body of work. These should note any
db migrations, etc.

Steps to Test or Reproduce

Outline the steps to test or reproduce the PR here.

git pull --prune
git checkout <feature_branch>
bundle; script/server

Impacted Areas in Application

List general components of the application that this PR will affect:

@magnussolution magnussolution force-pushed the source branch 2 times, most recently from 259216f to 5b6d73c Compare April 23, 2022 16:12
@magnussolution magnussolution force-pushed the source branch 6 times, most recently from 1e4f4db to f8b66ee Compare May 25, 2022 15:55
@magnussolution magnussolution force-pushed the source branch 4 times, most recently from 6fbe7a1 to 849ec83 Compare September 6, 2022 14:56
@magnussolution magnussolution force-pushed the source branch 8 times, most recently from 1ec21ca to 7af21ed Compare March 20, 2023 15:11
@magnussolution magnussolution force-pushed the source branch 4 times, most recently from 223c88c to 91997f9 Compare April 24, 2023 18:37
@magnussolution magnussolution force-pushed the source branch 4 times, most recently from e9da6ad to c8fc728 Compare May 5, 2023 17:37
@Aminuxer
Copy link
Contributor

Better way use this in separated iptables chain.

iptables -I INPUT -p udp --dport 5060 -j SIP-Cleaner

iptables -I SIP-Cleaner -j DROP -p udp --dport 5060 -m string --string "sip-scan" --algo bm
iptables -I SIP-Cleaner -j DROP -p udp --dport 5060 -m string --string "eyeBeam" --algo bm
iptables -I SIP-Cleaner -j DROP -p udp --dport 5060 -m string --string "sip:nm@nm" --algo bm
iptables -I SIP-Cleaner -j DROP -p udp --dport 5060 -m string --string "sip:nm2@nm2" --algo bm

In other case you iptables config will so difficult to read and understand.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants