mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-05-02 04:29:14 -04:00
- add guide to documentation and example files to repository to run coturn alongside PairDrop via Docker Compose
- enable TURN over TLS - modified the .gitignore to ignore files with user-data - should fix #105 - partly cherry-picked from #106 Co-authored-by: xundeenergie <xundeenergie@users.noreply.github.com>
This commit is contained in:
parent
750f54301d
commit
1c79290ad6
5 changed files with 96 additions and 17 deletions
|
@ -2,10 +2,10 @@
|
|||
"sdpSemantics": "unified-plan",
|
||||
"iceServers": [
|
||||
{
|
||||
"urls": "stun:stun.l.google.com:19302"
|
||||
"urls": "stun:<DOMAIN>:3478"
|
||||
},
|
||||
{
|
||||
"urls": "turn:example.com:3478",
|
||||
"urls": "turns:<DOMAIN>:5349",
|
||||
"username": "username",
|
||||
"credential": "password"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue