Merge pull request #999 from sakkiii/patch-1
CoTurn Disable support for TLS 1.0 and TLS 1.1
This commit is contained in:
commit
8ae0628c2f
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue