From 65240601c7b9ef1d891a84ad3f2a6b65a28a9164 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 11 Dec 2018 18:28:08 -0700 Subject: [PATCH] Update iptables.sh --- debian/resources/iptables.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/resources/iptables.sh b/debian/resources/iptables.sh index d8e7827..00f6ac0 100755 --- a/debian/resources/iptables.sh +++ b/debian/resources/iptables.sh @@ -24,7 +24,6 @@ iptables -A INPUT -j DROP -p udp --dport 5060:5091 -m string --string "script" - iptables -A INPUT -j DROP -p tcp --dport 5060:5091 -m string --string "script" --algo bm iptables -A INPUT -j DROP -p udp --dport 5060:5091 -m string --string "exec" --algo bm iptables -A INPUT -j DROP -p tcp --dport 5060:5091 -m string --string "exec" --algo bm - iptables -A INPUT -p tcp --dport 22 -j ACCEPT iptables -A INPUT -p tcp --dport 80 -j ACCEPT iptables -A INPUT -p tcp --dport 443 -j ACCEPT