mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-07 16:54:16 +01:00
1dfa99d07c
* feature: add wiretrustee LOGIN command * chore: add management initial connection timeout * test: add login cmd test * test: validate generated config in login cmd * test: add up command test * chore: add timeout to signal client creation method * test: close wireguard interface once test finished
33 lines
878 B
JSON
33 lines
878 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_user",
|
|
"Password": "c29tZV9wYXNzd29yZA=="
|
|
}
|
|
],
|
|
"Signal": {
|
|
"Proto": "http",
|
|
"URI": "signal.wiretrustee.com:10000",
|
|
"Username": "",
|
|
"Password": null
|
|
},
|
|
"DataDir": "",
|
|
"HttpConfig": {
|
|
"LetsEncryptDomain": "",
|
|
"Address": "0.0.0.0:3000",
|
|
"AuthDomain": "<PASTE YOUR AUTH0 DOMAIN HERE>",
|
|
"AuthClientId": "<PASTE YOUR AUTH0 CLIENT ID HERE>",
|
|
"AuthClientSecret": "<PASTE YOUR AUTH0 SECRET>",
|
|
"AuthCallback": "http://localhost:3000/callback"
|
|
}
|
|
} |