mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-24 00:16:50 +00:00
make the turnserver more reliable
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
70a03ba1ae
commit
0239788c78
2 changed files with 7 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ elif [ -z "$SIGNALING_SECRET" ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
# Turn
|
||||
# Turn: https://github.com/coturn/coturn/blob/master/examples/etc/turnserver.conf
|
||||
cat << TURN_CONF > "/etc/turnserver.conf"
|
||||
listening-port=$TALK_PORT
|
||||
fingerprint
|
||||
|
|
@ -29,6 +29,9 @@ stale-nonce
|
|||
no-multicast-peers
|
||||
simple-log
|
||||
pidfile=/var/tmp/turnserver.pid
|
||||
no-tls
|
||||
no-dtls
|
||||
userdb=/var/lib/turn/turndb
|
||||
TURN_CONF
|
||||
|
||||
# Janus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue