mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
Update STUN servers (#1381)
Commented out sipgate.net STUN server. Added Cloudflare STUN server.
This commit is contained in:
parent
03735dc09c
commit
7cc4cce1a3
@ -21,7 +21,8 @@
|
||||
opt.RTCIceCandidate = rtcic;
|
||||
opt.rtc = opt.rtc || {'iceServers': [
|
||||
{urls: 'stun:stun.l.google.com:19302'},
|
||||
{urls: "stun:stun.sipgate.net:3478"}/*,
|
||||
{urls: 'stun:stun.cloudflare.com:3478'}/*,
|
||||
{urls: "stun:stun.sipgate.net:3478"},
|
||||
{urls: "stun:stun.stunprotocol.org"},
|
||||
{urls: "stun:stun.sipgate.net:10000"},
|
||||
{urls: "stun:217.10.68.152:10000"},
|
||||
@ -130,4 +131,4 @@
|
||||
return peer;
|
||||
}
|
||||
});
|
||||
}());
|
||||
}());
|
||||
|
Loading…
x
Reference in New Issue
Block a user