Add Alpine Linux scripts

This commit is contained in:
2023-11-19 17:20:23 +01:00
parent 53e4d291b6
commit c523441c41
12 changed files with 754 additions and 0 deletions

9
alpine/files/rules-save Normal file
View File

@@ -0,0 +1,9 @@
*filter
:INPUT DROP [0:0]
:FORWARD DROP [0:0]
:OUTPUT ACCEPT [0:0]
-A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
-A INPUT -i lo -j ACCEPT
# Ping
-A INPUT -p icmp -j ACCEPT
COMMIT