aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/rules.v4.j213
1 files changed, 0 insertions, 13 deletions
diff --git a/templates/rules.v4.j2 b/templates/rules.v4.j2
deleted file mode 100644
index 6a0e54f..0000000
--- a/templates/rules.v4.j2
+++ /dev/null
@@ -1,13 +0,0 @@
-*filter
-:INPUT ACCEPT [0:0]
-:FORWARD ACCEPT [0:0]
-:OUTPUT ACCEPT [0:0]
-COMMIT
-
-*nat
-:PREROUTING ACCEPT [0:0]
-:INPUT ACCEPT [0:0]
-:OUTPUT ACCEPT [0:0]
-:POSTROUTING ACCEPT [0:0]
--A POSTROUTING -s {{ nat_subnet }} -o {{ public_interface }} -j MASQUERADE
-COMMIT