From 8b50ca4b96a9f5331f59fcd6efb30d9c0dd96b0e Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 31 May 2019 13:41:11 -0600 Subject: [PATCH] Update iptables.sh --- debian/resources/iptables.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/debian/resources/iptables.sh b/debian/resources/iptables.sh index b4dfe0d..e53f4ca 100755 --- a/debian/resources/iptables.sh +++ b/debian/resources/iptables.sh @@ -20,8 +20,6 @@ iptables -A INPUT -j DROP -p udp --dport 5060:5091 -m string --string "VaxSIPUse iptables -A INPUT -j DROP -p tcp --dport 5060:5091 -m string --string "VaxSIPUserAgent/" --algo bm --icase iptables -A INPUT -j DROP -p udp --dport 5060:5091 -m string --string "pplsip" --algo bm --icase iptables -A INPUT -j DROP -p tcp --dport 5060:5091 -m string --string "pplsip" --algo bm --icase -iptables -A INPUT -j DROP -p udp --dport 5060:5091 -m string --string "script" --algo bm --icase -iptables -A INPUT -j DROP -p tcp --dport 5060:5091 -m string --string "script" --algo bm --icase iptables -A INPUT -j DROP -p udp --dport 5060:5091 -m string --string "exec." --algo bm --icase iptables -A INPUT -j DROP -p tcp --dport 5060:5091 -m string --string "exec." --algo bm --icase iptables -A INPUT -j DROP -p udp --dport 5060:5091 -m string --string "multipart/mixed;boundary" --algo bm --icase