Initial Commit

This commit is contained in:
2025-05-08 17:14:21 +03:00
commit 6ff4e9b7c4
11 changed files with 133 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# Empty iptables nat table rules file
*nat
:PREROUTING ACCEPT [0:0]
:INPUT ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
:POSTROUTING ACCEPT [0:0]
COMMIT