2020-01-09 16:51:27 +00:00
|
|
|
# jitsi-meet coturn config. Do not modify this line
|
|
|
|
use-auth-secret
|
|
|
|
keep-address-family
|
|
|
|
static-auth-secret=__turnSecret__
|
|
|
|
realm=jitsi-meet.example.com
|
|
|
|
cert=/etc/jitsi/meet/jitsi-meet.example.com.crt
|
|
|
|
pkey=/etc/jitsi/meet/jitsi-meet.example.com.key
|
|
|
|
|
|
|
|
no-tcp
|
2020-04-08 18:06:49 +00:00
|
|
|
listening-port=4446
|
2020-01-09 16:51:27 +00:00
|
|
|
tls-listening-port=4445
|
|
|
|
external-ip=__external_ip_address__
|
2020-05-20 16:56:05 +00:00
|
|
|
no-tlsv1
|
|
|
|
no-tlsv1_1
|
|
|
|
# https://ssl-config.mozilla.org/#server=haproxy&version=2.1&config=intermediate&openssl=1.1.0g&guideline=5.4
|
|
|
|
cipher-list=ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384
|
2020-04-01 20:12:15 +00:00
|
|
|
|
|
|
|
syslog
|