mirror of
https://github.com/ArcticFoxes-net/Synapse-Ubuntu-ZFS
synced 2024-11-10 04:41:34 -05:00
27 lines
857 B
YAML
27 lines
857 B
YAML
|
## TURN ##
|
||
|
|
||
|
# The public URIs of the TURN server to give to clients
|
||
|
#
|
||
|
turn_uris: [ "turns:turn.arcticfoxes.net?transport=udp", "turns:turn.arcticfoxes.net?transport=tcp" ]
|
||
|
|
||
|
# The shared secret used to compute passwords for the TURN server
|
||
|
#
|
||
|
turn_shared_secret: "REDACTED"
|
||
|
|
||
|
# The Username and password if the TURN server needs them and
|
||
|
# does not use a token
|
||
|
#
|
||
|
#turn_username: "TURNSERVER_USERNAME"
|
||
|
#turn_password: "TURNSERVER_PASSWORD"
|
||
|
|
||
|
# How long generated TURN credentials last
|
||
|
#
|
||
|
turn_user_lifetime: 86400000
|
||
|
|
||
|
# Whether guests should be allowed to use the TURN server.
|
||
|
# This defaults to True, otherwise VoIP will be unreliable for guests.
|
||
|
# However, it does introduce a slight security risk as it allows users to
|
||
|
# connect to arbitrary endpoints without having first signed up for a
|
||
|
# valid account (e.g. by passing a CAPTCHA).
|
||
|
#
|
||
|
turn_allow_guests: false
|