Update iptables.sh
This commit is contained in:
parent
d800e18b6c
commit
12150e1775
|
|
@ -24,6 +24,8 @@ 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 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 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 -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 -p tcp --dport 22 -j ACCEPT
|
iptables -A INPUT -p tcp --dport 22 -j ACCEPT
|
||||||
iptables -A INPUT -p tcp --dport 80 -j ACCEPT
|
iptables -A INPUT -p tcp --dport 80 -j ACCEPT
|
||||||
iptables -A INPUT -p tcp --dport 443 -j ACCEPT
|
iptables -A INPUT -p tcp --dport 443 -j ACCEPT
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue