mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-06 12:03:38 +02:00
Remove firewall rule related to the old proxy role
This commit is contained in:
parent
aea9c9a5e2
commit
c2987584d7
1 changed files with 0 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Reference in a new issue