Skip to content

Commit

Permalink
Merge pull request webtorrent#136 from DiegoRBaquero/patch-1
Browse files Browse the repository at this point in the history
Replace dead STUN server
  • Loading branch information
feross committed Feb 2, 2017
2 parents b5f1742 + 2066bb0 commit a0b3837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ function updateIceServers () {
var urls = server.urls || server.url
return urls && !/^stun:/.test(urls)
})
iceServers.unshift({ urls: 'stun:23.21.150.121' })
iceServers.unshift({ urls: 'stun:stun.l.google.com:19305' })

// Support new spec (`RTCIceServer.url` was renamed to `RTCIceServer.urls`)
iceServers.forEach(function (server) {
Expand Down

0 comments on commit a0b3837

Please sign in to comment.