From 0d2ca23731c56d8b2d7da3a69fc9f73df43f9e58 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 15 Dec 2018 14:49:44 -0700 Subject: [PATCH] Update iptables.sh --- debian/resources/iptables.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/resources/iptables.sh b/debian/resources/iptables.sh index 7e54280..2f305ed 100755 --- a/debian/resources/iptables.sh +++ b/debian/resources/iptables.sh @@ -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