For non HTTP services

This commit is contained in:
Johan Wassberg 2025-02-07 14:52:32 +01:00
parent f81229a80e
commit c594c31cc5
Signed by: jocar
GPG key ID: BE4EC2EEADF2C31B

View file

@ -8,6 +8,12 @@
{%- endfor %}
{%- endmacro %}
{%- macro bind_ip_tcp(bind_ips, port) -%}
{%- for ip in bind_ips %}
bind {{ ip }}:{{ port }}
{%- endfor %}
{%- endmacro %}
{%- macro web_security_options(list) -%}
{%- for this in list %}