mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-07 16:54:16 +01:00
31 lines
439 B
JSON
31 lines
439 B
JSON
{
|
|
"PrivateKey": "",
|
|
"Peers": [
|
|
{
|
|
"WgPubKey": "",
|
|
"WgAllowedIps": ""
|
|
}
|
|
],
|
|
"StunTurnURLs": [
|
|
{
|
|
"Scheme": 1,
|
|
"Host": "",
|
|
"Port": 3468,
|
|
"Username": "",
|
|
"Password": "",
|
|
"Proto": 1
|
|
},
|
|
{
|
|
"Scheme": 3,
|
|
"Host": "",
|
|
"Port": 3468,
|
|
"Username": "",
|
|
"Password": "",
|
|
"Proto": 1
|
|
}
|
|
],
|
|
"SignalAddr": "",
|
|
"WgAddr": "",
|
|
"WgIface": ""
|
|
}
|