3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-12-25 02:00:27 +00:00

Enable TURN support and UDP for STUN

This commit is contained in:
Slavi Pantaleev
2017-08-06 18:26:06 +03:00
parent 7b980525a4
commit 13eaee2463
3 changed files with 24 additions and 4 deletions

View File

@@ -38,4 +38,10 @@ docker_riot_image: "silviof/matrix-riot-docker"
# Specifies when to restart the Matrix services so that
# a new SSL certificate could go into effect (UTC time).
matrix_services_restart_cron_time_definition: "15 4 3 * *"
matrix_services_restart_cron_time_definition: "15 4 3 * *"
# UDP port-range to use for TURN
matrix_coturn_turn_udp_min_port: 49152
matrix_coturn_turn_udp_max_port: 49172
matrix_coturn_turn_external_ip_address: "{{ ansible_host }}"