-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathturnserver.conf
34 lines (26 loc) · 997 Bytes
/
turnserver.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Change listening-port to 80 and tls-listening-port to 443 if you have a valid certificate.
listening-port=443
#tls-listening-port=443
alt-listening-port=3478
#alt-tls-listening-port=5349
# Specify listening IP, if not set then Coturn listens on all system IPs.
#listening-ip=12.34.56.78
#relay-ip=12.34.56.78
# These lines enable support for WebRTC
fingerprint
lt-cred-mech
realm=your-domain.com
# Authentication method
use-auth-secret
static-auth-secret=your-auth-secret
total-quota=100
# Total bytes-per-second bandwidth the TURN server is allowed to allocate
# for the sessions, combined (input and output network streams are treated separately).
bps-capacity=0
# This line provides extra security.
stale-nonce
# TLS - load valid certificate here
#cert=/etc/ssl/certs/ssl-cert-snakeoil.pem
#pkey=/etc/ssl/private/ssl-cert-snakeoil.key
cipher-list="ECDH+AESGCM:DH+AESGCM:ECDH+AES256:DH+AES256:ECDH+AES128:DH+AES:ECDH+3DES:DH+3DES:RSA+AES:RSA+3DES:!ADH:!AECDH:!MD5"
no-multicast-peers