Merge pull request #446 from skoal/master

Jitsi related firewall and port changes
This commit is contained in:
Slavi Pantaleev
2020-04-09 16:14:06 +03:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@ -443,7 +443,7 @@ matrix_jitsi_jvb_auth_password: "{{ matrix_synapse_macaroon_secret_key | passwor
matrix_jitsi_web_stun_servers: |
{{
[
'stun:' + matrix_server_fqn_matrix + ':5349',
'turns:' + matrix_server_fqn_matrix + ':5349',
'stun:' + matrix_server_fqn_matrix + ':3478',
]
if matrix_coturn_enabled