diff options
Diffstat (limited to 'gerboweb/deploy/iptables.rules')
-rw-r--r-- | gerboweb/deploy/iptables.rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gerboweb/deploy/iptables.rules b/gerboweb/deploy/iptables.rules index db68eb5..620c4d3 100644 --- a/gerboweb/deploy/iptables.rules +++ b/gerboweb/deploy/iptables.rules @@ -20,6 +20,7 @@ COMMIT -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 -p udp --dport 53 -j ACCEPT -A INPUT -j REJECT --reject-with icmp-host-prohibited -A FORWARD -j REJECT --reject-with icmp-host-prohibited COMMIT |