diff --git a/docs/examples/configurations/etc.iptables.rules.v4.sh b/docs/examples/configurations/etc.iptables.rules.v4.sh index 446b1d9..b4fb13d 100644 --- a/docs/examples/configurations/etc.iptables.rules.v4.sh +++ b/docs/examples/configurations/etc.iptables.rules.v4.sh @@ -66,8 +66,8 @@ do # allow ssh/http only $IPT -A INPUT -p tcp --dport 22 -j ACCEPT - $IPT -A INPUT -p tcp --dport 80 -j ACCEPT - $IPT -A INPUT -p tcp --dport 443 -j ACCEPT +# $IPT -A INPUT -p tcp --dport 80 -j ACCEPT +# $IPT -A INPUT -p tcp --dport 443 -j ACCEPT # allow incoming ICMP ping pong stuff $IPT -A INPUT -p icmp --icmp-type 8 -m state --state NEW,ESTABLISHED,RELATED -j ACCEPT