aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--iptables.rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/iptables.rules b/iptables.rules
index 0f6f366..db68eb5 100644
--- a/iptables.rules
+++ b/iptables.rules
@@ -18,6 +18,8 @@ COMMIT
-A INPUT -p tcp -m state --state NEW -m tcp --dport 22 -j ACCEPT
-A INPUT -p tcp -m state --state NEW -m tcp --dport 2342 -j ACCEPT
-A INPUT -p tcp -m state --state NEW -m tcp --dport 23 -j ACCEPT
+-A INPUT -p tcp -m state --state NEW -m tcp --dport 80 -j ACCEPT
+-A INPUT -p tcp -m state --state NEW -m tcp --dport 443 -j ACCEPT
-A INPUT -j REJECT --reject-with icmp-host-prohibited
-A FORWARD -j REJECT --reject-with icmp-host-prohibited
COMMIT