Update app.js

This commit is contained in:
Diego Rodríguez Baquero 2020-04-09 23:17:58 -05:00 committed by GitHub
parent efd650cb1c
commit 23c85f4380
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
app.js
View file

@ -7,10 +7,7 @@ const trackers = ['wss://tracker.btorrent.xyz', 'wss://tracker.openwebtorrent.co
const rtcConfig = {
'iceServers': [
{
'urls': 'stun:stun.l.google.com:19302'
},
{
'urls': 'stun:stun1.l.google.com:19302'
'urls': ['stun:stun.l.google.com:19305', 'stun:stun1.l.google.com:19305']
}
]
}