mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 01:39:37 +02:00
Add ability to configure stun servers
This commit is contained in:
parent
34957c5a18
commit
70ee15d3aa
13 changed files with 56 additions and 22 deletions
|
@ -514,6 +514,12 @@ stats:
|
|||
total_admins:
|
||||
enabled: true
|
||||
|
||||
webrtc:
|
||||
# 1 or 2 STUN servers are sufficient
|
||||
stun_servers:
|
||||
- 'stun:stunserver2024.stunprotocol.org'
|
||||
- 'stun:stun.framasoft.org'
|
||||
|
||||
cache:
|
||||
previews:
|
||||
size: 500 # Max number of previews you want to cache
|
||||
|
|
|
@ -512,6 +512,12 @@ stats:
|
|||
total_admins:
|
||||
enabled: true
|
||||
|
||||
webrtc:
|
||||
# 1 or 2 STUN servers are sufficient
|
||||
stun_servers:
|
||||
- 'stun:stunserver2024.stunprotocol.org'
|
||||
- 'stun:stun.framasoft.org'
|
||||
|
||||
###############################################################################
|
||||
#
|
||||
# From this point, almost all following keys can be overridden by the web interface
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue