From c2987584d7324531c1796edc0131f5f24fcfc7cd Mon Sep 17 00:00:00 2001 From: Micah R Ledbetter Date: Wed, 28 Mar 2018 11:13:04 -0500 Subject: [PATCH] Remove firewall rule related to the old proxy role --- roles/vpn/templates/rules.v4.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/vpn/templates/rules.v4.j2 b/roles/vpn/templates/rules.v4.j2 index e040b184..007420e2 100644 --- a/roles/vpn/templates/rules.v4.j2 +++ b/roles/vpn/templates/rules.v4.j2 @@ -31,7 +31,6 @@ COMMIT # DUMMY interfaces are the proper way to install IPs without assigning them any # particular virtual (tun,tap,...) or physical (ethernet) interface. -A INPUT -d {{ local_service_ip }} -p udp --dport 53 -j ACCEPT --A INPUT -d {{ local_service_ip }} -p tcp -m multiport --dport 8080,8118 -j ACCEPT {% if BetweenClients_DROP is defined and BetweenClients_DROP == "Y" %} -A FORWARD -s {{ vpn_network }} -d {{ vpn_network }} -j DROP {% endif %}