-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update iptables #581
base: source
Are you sure you want to change the base?
Update iptables #581
Conversation
259216f
to
5b6d73c
Compare
1e4f4db
to
f8b66ee
Compare
6fbe7a1
to
849ec83
Compare
1ec21ca
to
7af21ed
Compare
223c88c
to
91997f9
Compare
e9da6ad
to
c8fc728
Compare
1e9e1fc
to
24cec49
Compare
c88cfa0
to
9c1fded
Compare
7753def
to
d693c1f
Compare
afa720b
to
3a5c052
Compare
48dce32
to
b2559cf
Compare
f3d3b39
to
b98ebba
Compare
11eff15
to
dc2e471
Compare
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 In other case you iptables config will so difficult to read and understand. |
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:
Todos
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.
Impacted Areas in Application
List general components of the application that this PR will affect: