mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-05-01 03:59:13 -04:00
change domains, ports and ip-addresses
This commit is contained in:
parent
5fcbcaa8c8
commit
5c77cdd34c
2 changed files with 7 additions and 6 deletions
|
@ -2,10 +2,10 @@
|
|||
"sdpSemantics": "unified-plan",
|
||||
"iceServers": [
|
||||
{
|
||||
"urls": "stuns:<TURN-DOMAIN>:443"
|
||||
"urls": "stuns:<DOMAIN>:5349"
|
||||
},
|
||||
{
|
||||
"urls": "turns:<TURN-DOMAIN>:443",
|
||||
"urls": "turns:<DOMAIN>:5349",
|
||||
"username": "user",
|
||||
"credential": "password"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue