Update SharedWorldRelay to 1.1
This commit is contained in:
parent
ecc026a3c3
commit
584982a9e0
Binary file not shown.
Binary file not shown.
|
@ -1,28 +1,31 @@
|
|||
|
||||
[STUN]
|
||||
url=stun:stun.l.google.com:19302
|
||||
|
||||
[STUN]
|
||||
url=stun:stun1.l.google.com:19302
|
||||
|
||||
[STUN]
|
||||
url=stun:stun2.l.google.com:19302
|
||||
|
||||
[STUN]
|
||||
url=stun:stun3.l.google.com:19302
|
||||
|
||||
[STUN]
|
||||
url=stun:stun4.l.google.com:19302
|
||||
|
||||
[STUN]
|
||||
url=stun:openrelay.metered.ca:80
|
||||
|
||||
[TURN]
|
||||
url=turn:openrelay.metered.ca:443
|
||||
username=openrelayproject
|
||||
password=openrelayproject
|
||||
|
||||
[TURN]
|
||||
url=turn:openrelay.metered.ca:443?transport=tcp
|
||||
username=openrelayproject
|
||||
password=openrelayproject
|
||||
|
||||
[NO_PASSWD]
|
||||
url=stun:stun.l.google.com:19302
|
||||
|
||||
[NO_PASSWD]
|
||||
url=stun:stun1.l.google.com:19302
|
||||
|
||||
[NO_PASSWD]
|
||||
url=stun:stun2.l.google.com:19302
|
||||
|
||||
[NO_PASSWD]
|
||||
url=stun:stun3.l.google.com:19302
|
||||
|
||||
[NO_PASSWD]
|
||||
url=stun:stun4.l.google.com:19302
|
||||
|
||||
|
||||
# These no longer work in 2024, just provided for example:
|
||||
|
||||
#[NO_PASSWD]
|
||||
#url=stun:openrelay.metered.ca:80
|
||||
|
||||
#[PASSWD]
|
||||
#url=turn:openrelay.metered.ca:443
|
||||
#username=openrelayproject
|
||||
#password=openrelayproject
|
||||
|
||||
#[PASSWD]
|
||||
#url=turn:openrelay.metered.ca:443?transport=tcp
|
||||
#username=openrelayproject
|
||||
#password=openrelayproject
|
||||
|
|
Loading…
Reference in New Issue