Explorar el Código

Update matrix_servers

turn tls port update
pull/446/head
skoal hace 6 años
committed by GitHub
padre
commit
0713570e2f
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      group_vars/matrix_servers

+ 1
- 1
group_vars/matrix_servers Ver fichero

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


Cargando…
Cancelar
Guardar