[snowflake/master] Adding back the STUN server port configuration

12 Jul
2019
12 Jul
'19
2:33 p.m.
commit 1fad53d8d0b4ed1fec39186bd8a64f30a5a0d1de Author: Cecylia Bocovich <cohosh@torproject.org> Date: Fri Jul 12 10:21:38 2019 -0400 Adding back the STUN server port configuration In Firefox, leaving out the STUN port caused connections to the STUN server to fail --- proxy/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/config.js b/proxy/config.js index af8bc02..042875b 100644 --- a/proxy/config.js +++ b/proxy/config.js @@ -30,7 +30,7 @@ Config.prototype.connectionsPerClient = 1; Config.prototype.pcConfig = { iceServers: [ { - urls: ['stun:stun.l.google.com'] + urls: ['stun:stun.l.google.com:19302'] } ] };
2168
Age (days ago)
2168
Last active (days ago)
0 comments
1 participants
participants (1)
-
cohosh@torproject.org