Slavi Pantaleev
4 anni fa
committed by
GitHub
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con
2 aggiunte e
0 eliminazioni
-
roles/matrix-coturn/templates/turnserver.conf.j2
|
|
@@ -16,6 +16,8 @@ no-cli |
|
|
{% if matrix_coturn_tls_enabled %} |
|
|
{% if matrix_coturn_tls_enabled %} |
|
|
cert={{ matrix_coturn_tls_cert_path }} |
|
|
cert={{ matrix_coturn_tls_cert_path }} |
|
|
pkey={{ matrix_coturn_tls_key_path }} |
|
|
pkey={{ matrix_coturn_tls_key_path }} |
|
|
|
|
|
no-tlsv1 |
|
|
|
|
|
no-tlsv1_1 |
|
|
{% else %} |
|
|
{% else %} |
|
|
no-tls |
|
|
no-tls |
|
|
no-dtls |
|
|
no-dtls |
|
|
|