mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-26 10:03:47 +01:00
24 lines
534 B
JSON
24 lines
534 B
JSON
|
{
|
||
|
"Stuns": [
|
||
|
{
|
||
|
"Proto": "udp",
|
||
|
"URI": "stun:stun.wiretrustee.com:3468",
|
||
|
"Username": "",
|
||
|
"Password": null
|
||
|
}
|
||
|
],
|
||
|
"Turns": [
|
||
|
{
|
||
|
"Proto": "udp",
|
||
|
"URI": "turn:stun.wiretrustee.com:3468",
|
||
|
"Username": "some_turn_user",
|
||
|
"Password": "some_turn_passwd"
|
||
|
}
|
||
|
],
|
||
|
"Signal": {
|
||
|
"Proto": "http",
|
||
|
"URI": "signal.wiretrustee.com:10000",
|
||
|
"Username": "",
|
||
|
"Password": null
|
||
|
}
|
||
|
}
|