Bläddra i källkod

Update iptables.sh

FusionPBX 6 år sedan
förälder
incheckning
0d2ca23731
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      debian/resources/iptables.sh

+ 1 - 1
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