netbird
netbird copied to clipboard
Connect your devices into a secure WireGuard®-based overlay network with SSO, MFA and granular access controls.
We need to validate a peer key connection state to avoid peers with copied configuration files attempting to connect to management and receive the same IP address and therefore cause...
The guide to setup a self hosted instance of wiretrustee ([self-hosting.md](https://github.com/wiretrustee/wiretrustee/blob/main/docs/self-hosting.md)) is missing instructions to provide an already existing SSL certificate, which is possible since the merge of #122.
I just set this up on ubuntu 20.04.4 with docker compose for self hosting. I think everything went according to plan. There isn't anything too weird in the logs, as...
**What?** Right now, the client app is just a single process with a UP command that installs the service and detaches. The idea is to have a separate daemon process...
I really love Tailscale, except that the control server is not open source and that the iOS app is a huge battery drain. It does not implement on demand capabilities....
**What?** - Add a property to the client installation to store current version - Send client version to the Management Service on login request together with the machine info. **Why?**...
**What?** Introduce a status filter for the Setup key. Default - valid keys. **Why?** Keys tend to expire and the list might just grow. It is also unnecessary to see...
**What?** The Management service sends updates to the connected client apps on every change of the network. E.g. once a new peer has been added (joined the network) all other...
**What?** Support a single socket mode (or reduced number of sockets) in the client app. We use [pion/ice](https://github.com/pion/ice) library for NAT traversal (discovering connection candidates for establishing p2p connections). Currently,...