-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update relay jar and necessary configs (#5)
* Update relays.txt to use PASSWD and NO_PASSWD * Update Dockerfile to latest relay commit * Update start.sh generate config with PASSWD and NO_PASSWD
- Loading branch information
1 parent
15e06ed
commit b9710e7
Showing
3 changed files
with
23 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,36 @@ | ||
[STUN] | ||
[NO_PASSWD] | ||
url=stun:stun.duckdns.org:3478 | ||
|
||
[STUN] | ||
[NO_PASSWD] | ||
url=stun:stun.l.google.com:19302 | ||
|
||
[STUN] | ||
[NO_PASSWD] | ||
url=stun:stun1.l.google.com:19302 | ||
|
||
[STUN] | ||
[NO_PASSWD] | ||
url=stun:stun2.l.google.com:19302 | ||
|
||
[STUN] | ||
[NO_PASSWD] | ||
url=stun:stun3.l.google.com:19302 | ||
|
||
[STUN] | ||
[NO_PASSWD] | ||
url=stun:stun4.l.google.com:19302 | ||
|
||
[STUN] | ||
[NO_PASSWD] | ||
url=stun:stun.stunprotocol.org:3478 | ||
|
||
|
||
[TURN] | ||
[NO_PASSWD] | ||
url=turn:turn.duckdns.org:5349 | ||
|
||
[TURN] | ||
[PASSWD] | ||
url=turn:turn.speed.cloudflare.com:50000 | ||
username=aa6bfdace75434eb08879f54aca515b83e8e69579d461d3dcae71ed3e1a2b5f856780dace4d82bed70848733e5c1e958def215f32f156e2b85a63a90340fde82 | ||
credential=aba9b169546eb6dcc7bfb1cdf34544cf95b5161d602e3b5fa7c8342b2e9802fb | ||
|
||
[TURN] | ||
[NO_PASSWD] | ||
url=turn:turn01.hubl.in?transport=udp | ||
|
||
[TURN] | ||
[NO_PASSWD] | ||
url=turn:turn01.hubl.in?transport=tcp | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters