소스 검색

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
No known key found for this signature in database 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


불러오는 중...
취소
저장