mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
Services: Web Proxy - Fix binding to VIPs after removal of the type attribute. closes https://github.com/opnsense/core/issues/6181
This commit is contained in:
parent
1469471017
commit
f636f0c7b5
@ -41,7 +41,7 @@
|
||||
{# virtual ip's #}
|
||||
{% if helpers.exists('virtualip') %}
|
||||
{% for intf_item in helpers.toList('virtualip.vip') %}
|
||||
{% if intf_item.interface == interface and intf_item.type == 'single' %}
|
||||
{% if intf_item.interface == interface and intf_item.mode in ['carp', 'ipalias'] %}
|
||||
{% if intf_item.subnet.find(':') > -1 %}
|
||||
{{ listener_config('['+intf_item.subnet+']', OPNsense.proxy.forward.port) }}
|
||||
{% else %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user