alpine: add ssh iptable rules
This commit is contained in:
@@ -6,4 +6,6 @@
|
||||
-A INPUT -i lo -j ACCEPT
|
||||
# Ping
|
||||
-A INPUT -p icmp -j ACCEPT
|
||||
# SSH
|
||||
-A INPUT -p tcp -m tcp --dport 22 -m state --state NEW -j ACCEPT
|
||||
COMMIT
|
||||
|
||||
Reference in New Issue
Block a user