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
+8
View File
@@ -0,0 +1,8 @@
# Empty iptables mangle table rules file
*mangle
:PREROUTING ACCEPT [0:0]
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
:POSTROUTING ACCEPT [0:0]
COMMIT