Update iptables.sh

This commit is contained in:
FusionPBX 2018-12-15 14:49:44 -07:00 committed by GitHub
parent cade7ed139
commit 0d2ca23731
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ iptables -A INPUT -j DROP -p udp --dport 5060:5091 -m string --string "exec." --
iptables -A INPUT -j DROP -p tcp --dport 5060:5091 -m string --string "exec." --algo bm
iptables -A INPUT -j DROP -p udp --dport 5060:5091 -m string --string "system" --algo bm
iptables -A INPUT -j DROP -p tcp --dport 5060:5091 -m string --string "system" --algo bm
iptables -A INPUT -j DROP -p sip --dport 5060:5091 -m string --string "multipart/mixed;boundary" --algo bm
iptables -A INPUT -j DROP -p udp --dport 5060:5091 -m string --string "multipart/mixed;boundary" --algo bm
iptables -A INPUT -j DROP -p tcp --dport 5060:5091 -m string --string "multipart/mixed;boundary" --algo bm
iptables -A INPUT -p tcp --dport 22 -j ACCEPT
iptables -A INPUT -p tcp --dport 80 -j ACCEPT