mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 00:07:26 +00:00
fix typo in previous
This commit is contained in:
parent
0fb1cb1d68
commit
e52b51f572
@ -5,10 +5,10 @@
|
||||
{% for cp_zone in cp_interface_list %}
|
||||
{% if cp_zone.obj.transparantHTTPProxy|default('0') == '1' %}
|
||||
# HTTP redirect {{ cp_zone.zone }}
|
||||
ipfw add 65532 fwd 127.0.0.1,{{ OPNsense.proxy.forward.port }} tcp from any to any dst-port 80 via {{ cp_zone.if }}
|
||||
add 65532 fwd 127.0.0.1,{{ OPNsense.proxy.forward.port }} tcp from any to any dst-port 80 via {{ cp_zone.if }}
|
||||
{% endif %}
|
||||
{% if cp_zone.obj.transparantHTTPSProxy|default('0') == '1' %}
|
||||
# HTTPS redirect {{ cp_zone.zone }}
|
||||
ipfw add 65532 fwd 127.0.0.1,{{ OPNsense.proxy.forward.sslbumpport }} tcp from any to any dst-port 443 via {{ cp_zone.if }}
|
||||
add 65532 fwd 127.0.0.1,{{ OPNsense.proxy.forward.sslbumpport }} tcp from any to any dst-port 443 via {{ cp_zone.if }}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user