Skip to content
Snippets Groups Projects
Commit bb9da7d6 authored by Shahaan Ayyub's avatar Shahaan Ayyub
Browse files

Removed iptables.j2

parent e6acf6e8
No related branches found
No related tags found
No related merge requests found
*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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment