diff options
author | jaseg <code@jaseg.net> | 2020-06-05 16:28:39 +0200 |
---|---|---|
committer | jaseg <code@jaseg.net> | 2020-06-05 16:29:54 +0200 |
commit | 2d3756eb4e627d0b5f557afcb8d02cd1a9ea386e (patch) | |
tree | eb2f00bbc5a538a2534d6afef41f3043068e5b8f /iptables.rules | |
parent | 10b4f62b6aad0f5f460925a40d6ab7e4920a8b05 (diff) | |
download | infra-2d3756eb4e627d0b5f557afcb8d02cd1a9ea386e.tar.gz infra-2d3756eb4e627d0b5f557afcb8d02cd1a9ea386e.tar.bz2 infra-2d3756eb4e627d0b5f557afcb8d02cd1a9ea386e.zip |
deploy: Add dyndns service
Diffstat (limited to 'iptables.rules')
-rw-r--r-- | iptables.rules | 1 |
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 |