turn protocol test
This commit is contained in:
parent
89e2916dfc
commit
9cc7c71a94
1 changed files with 8 additions and 4 deletions
|
@ -1146,11 +1146,15 @@ url_preview_accept_language:
|
|||
|
||||
# The public URIs of the TURN server to give to clients
|
||||
#
|
||||
#turn_uris: []
|
||||
turn_uris:
|
||||
- turn:turn.corp-serv.net?transport=udp
|
||||
- turn:turn.corp-serv.net?transport=tcp
|
||||
# - turns:turn.corp-serv.net?transport=udp
|
||||
# - turns:turn.corp-serv.net?transport=tcp
|
||||
|
||||
# The shared secret used to compute passwords for the TURN server
|
||||
#
|
||||
#turn_shared_secret: "YOUR_SHARED_SECRET"
|
||||
turn_shared_secret: "ihaaCac6Oow3ohzuvequ6esoo9eegheex"
|
||||
|
||||
# The Username and password if the TURN server needs them and
|
||||
# does not use a token
|
||||
|
@ -1168,7 +1172,7 @@ url_preview_accept_language:
|
|||
# connect to arbitrary endpoints without having first signed up for a
|
||||
# valid account (e.g. by passing a CAPTCHA).
|
||||
#
|
||||
#turn_allow_guests: true
|
||||
turn_allow_guests: false
|
||||
|
||||
|
||||
## Registration ##
|
||||
|
@ -1178,7 +1182,7 @@ url_preview_accept_language:
|
|||
|
||||
# Enable registration for new users.
|
||||
#
|
||||
enable_registration: true
|
||||
enable_registration: false
|
||||
|
||||
|
||||
#enable_registration_captcha: true
|
||||
|
|
Loading…
Reference in a new issue