Enable TURN support and UDP for STUN
This commit is contained in:
@ -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 }}"
|
||||
|
Reference in New Issue
Block a user