Browse Source

Update iptables.sh

FusionPBX 6 năm trước cách đây
mục cha
commit
8b50ca4b96
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      debian/resources/iptables.sh

+ 0 - 2
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