mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-06-25 18:57:50 +02:00
Add defaults for ips
This commit is contained in:
@ -18,13 +18,9 @@ user-quota={{ matrix_coturn_user_quota }}
|
||||
{% if matrix_coturn_total_quota is defined %}
|
||||
total-quota={{ matrix_coturn_total_quota }}
|
||||
{% endif %}
|
||||
{% if matrix_coturn_denied_peer_ips is defined %}
|
||||
{% for ip_range in matrix_coturn_denied_peer_ips %}
|
||||
denied-peer-ip={{ ip_range }}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{% if matrix_coturn_allowed_peer_ips is defined %}
|
||||
{% for ip_range in matrix_coturn_allowed_peer_ips %}
|
||||
allowed-peer-ip={{ ip_range }}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user