mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-05 17:33:49 +00:00
- 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>
14 lines
218 B
JSON
14 lines
218 B
JSON
{
|
|
"sdpSemantics": "unified-plan",
|
|
"iceServers": [
|
|
{
|
|
"urls": "stun:<DOMAIN>:3478"
|
|
},
|
|
{
|
|
"urls": "turns:<DOMAIN>:5349",
|
|
"username": "username",
|
|
"credential": "password"
|
|
}
|
|
]
|
|
}
|