mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 14:11:23 -04:00
Adding back the STUN server port configuration
In Firefox, leaving out the STUN port caused connections to the STUN server to fail
This commit is contained in:
parent
fab39ae57c
commit
1fad53d8d0
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ Config.prototype.connectionsPerClient = 1;
|
||||||
Config.prototype.pcConfig = {
|
Config.prototype.pcConfig = {
|
||||||
iceServers: [
|
iceServers: [
|
||||||
{
|
{
|
||||||
urls: ['stun:stun.l.google.com']
|
urls: ['stun:stun.l.google.com:19302']
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue