deploy: Add dyndns service
This commit is contained in:
parent
10b4f62b6a
commit
2d3756eb4e
8 changed files with 82 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue