Add matrix_coturn_additional_configuration

This commit is contained in:
Slavi Pantaleev
2023-01-26 17:07:36 +02:00
parent 4c9f96722f
commit bf23d63f82
2 changed files with 10 additions and 0 deletions

View File

@ -49,3 +49,5 @@ denied-peer-ip={{ ip_range }}
{% for ip_range in matrix_coturn_allowed_peer_ips %}
allowed-peer-ip={{ ip_range }}
{% endfor %}
{{ matrix_coturn_additional_configuration }}