mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
Fix connectionBehaviour in tcp mode
This commit is contained in:
@@ -562,7 +562,9 @@ frontend {{frontend.name}}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
mode {{frontend.mode}}
|
||||
{% if frontend.mode != "tcp" %}
|
||||
option {{frontend.connectionBehaviour}}
|
||||
{% endif %}
|
||||
{# # select backend #}
|
||||
{% if frontend.defaultBackend|default("") != "" %}
|
||||
{% set backend_data = helpers.getUUID(frontend.defaultBackend) %}
|
||||
|
||||
Reference in New Issue
Block a user