mirror of
https://github.com/netbirdio/netbird.git
synced 2025-06-20 17:58:02 +02:00
Merge branch 'main' into setup-key-http-api
This commit is contained in:
commit
3a41014adb
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
A WireGuard®-based mesh network that connects your devices into a single private network.
|
A WireGuard®-based mesh network that connects your devices into a single private network.
|
||||||
|
|
||||||
|
**Note**: The `main` branch may be in an *unstable or even broken state* during development. For stable versions, see [releases](https://github.com/wiretrustee/wiretrustee/releases).
|
||||||
|
|
||||||
### Why using Wiretrustee?
|
### Why using Wiretrustee?
|
||||||
|
|
||||||
* Connect multiple devices to each other via a secure peer-to-peer Wireguard VPN tunnel. At home, the office, or anywhere else.
|
* Connect multiple devices to each other via a secure peer-to-peer Wireguard VPN tunnel. At home, the office, or anywhere else.
|
||||||
|
@ -9,6 +9,7 @@ import (
|
|||||||
"net/url"
|
"net/url"
|
||||||
"os"
|
"os"
|
||||||
"path/filepath"
|
"path/filepath"
|
||||||
|
"strings"
|
||||||
"testing"
|
"testing"
|
||||||
"time"
|
"time"
|
||||||
)
|
)
|
||||||
@ -70,7 +71,7 @@ func TestUp(t *testing.T) {
|
|||||||
"--config",
|
"--config",
|
||||||
confPath,
|
confPath,
|
||||||
"--setup-key",
|
"--setup-key",
|
||||||
"a2c8e62b-38f5-4553-b31e-dd66c696cebb",
|
strings.ToUpper("a2c8e62b-38f5-4553-b31e-dd66c696cebb"),
|
||||||
"--management-url",
|
"--management-url",
|
||||||
mgmtURL.String(),
|
mgmtURL.String(),
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user