From bb9da7d65b1953e6942eec43e2cd6772098977ea Mon Sep 17 00:00:00 2001 From: shahaan <shahaan@gmail.com> Date: Thu, 20 Nov 2014 09:47:10 +1100 Subject: [PATCH] Removed iptables.j2 --- roles/nfs-server/templates/iptables.j2 | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 roles/nfs-server/templates/iptables.j2 diff --git a/roles/nfs-server/templates/iptables.j2 b/roles/nfs-server/templates/iptables.j2 deleted file mode 100644 index 0ba375f..0000000 --- a/roles/nfs-server/templates/iptables.j2 +++ /dev/null @@ -1,13 +0,0 @@ -*filter -:INPUT ACCEPT [0:0] -:FORWARD ACCEPT [0:0] -:OUTPUT ACCEPT [3876421698:11303590692860] -:OpenVPN-INPUT - [0:0] --A INPUT -i tun0 -j OpenVPN-INPUT --A FORWARD -j OpenVPN-INPUT - -# Start adding the Rules -#-A OpenVPN-INPUT -p tcp -m tcp -i tun0 -s {{ nfs_network }} -j ACCEPT - --P INPUT -i tun0 -j ACCEPT -COMMIT -- GitLab