aboutsummaryrefslogtreecommitdiff
path: root/iptables.rules
diff options
context:
space:
mode:
authorjaseg <code@jaseg.net>2020-06-05 16:28:39 +0200
committerjaseg <code@jaseg.net>2020-06-05 16:29:54 +0200
commit2d3756eb4e627d0b5f557afcb8d02cd1a9ea386e (patch)
treeeb2f00bbc5a538a2534d6afef41f3043068e5b8f /iptables.rules
parent10b4f62b6aad0f5f460925a40d6ab7e4920a8b05 (diff)
downloadinfra-2d3756eb4e627d0b5f557afcb8d02cd1a9ea386e.tar.gz
infra-2d3756eb4e627d0b5f557afcb8d02cd1a9ea386e.tar.bz2
infra-2d3756eb4e627d0b5f557afcb8d02cd1a9ea386e.zip
deploy: Add dyndns service
Diffstat (limited to 'iptables.rules')
-rw-r--r--iptables.rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/iptables.rules b/iptables.rules
index db68eb5..620c4d3 100644
--- a/iptables.rules
+++ b/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