mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2025-06-27 05:28:44 +02:00
Make STUN server configurable
This commit is contained in:
@ -10,7 +10,7 @@ auth:
|
||||
|
||||
# Example to bypass login, dangerous!
|
||||
#backend: bypass
|
||||
|
||||
#
|
||||
# Example of LDAP server login
|
||||
#backend: ldap
|
||||
#ldap:
|
||||
@ -41,3 +41,7 @@ webrtc:
|
||||
# UDP port range used to stream
|
||||
minPortUDP: 10000
|
||||
maxPortUDP: 10005
|
||||
|
||||
# STUN servers, you should host your own Coturn instance
|
||||
STUNServers:
|
||||
- stun:stun.l.google.com:19302
|
||||
|
Reference in New Issue
Block a user