mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 09:04:39 +00:00
Proxy work in progress, fix typo
This commit is contained in:
parent
3929cec9a8
commit
5bef0c92ee
@ -30,7 +30,7 @@ http_port {{intf_item.subnet}}:{{ OPNsense.proxy.forward.port }}
|
||||
{% for interface in OPNsense.proxy.forward.interfaces.split(",") %}
|
||||
{% for intf_key,intf_item in interfaces.iteritems() %}
|
||||
{% if intf_key == interface and intf_item.ipaddr != 'dhcp' %}
|
||||
acl localnet src {{intf_item.ipaddr.split(".",3).join(".")}}.0/{{intf_item.subnet}} # Possible internal network
|
||||
acl localnet src {{intf_item.ipaddr.split(".",3)|join(".")}}.0/{{intf_item.subnet}} # Possible internal network
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% if helpers.exists('virtualip') %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user