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