ソースを参照

Merge pull request #999 from sakkiii/patch-1

CoTurn Disable support for TLS 1.0 and TLS 1.1
pull/1002/head
Slavi Pantaleev 5年前
committed by GitHub
コミット
8ae0628c2f
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      roles/matrix-coturn/templates/turnserver.conf.j2

+ 2
- 0
roles/matrix-coturn/templates/turnserver.conf.j2 ファイルの表示

@@ -16,6 +16,8 @@ no-cli
{% if matrix_coturn_tls_enabled %}
cert={{ matrix_coturn_tls_cert_path }}
pkey={{ matrix_coturn_tls_key_path }}
no-tlsv1
no-tlsv1_1
{% else %}
no-tls
no-dtls


読み込み中…
キャンセル
保存