github netbirdio/netbird v0.19.0

latest releases: v0.29.4, v0.29.3, 0.29.3...
17 months ago

Release Notes

This major release brings two significant improvements to the core connectivity layer of NetBird that drops the local proxy for p2p connections and significantly improves the performance :

  1. Userspace implementation of WireGuard's Bind interface to directly handle userspace traffic.
  2. Shared socket support for Kernel WireGuard that allows performing NAT traversal (STUN) and WireGuard data packet handling on the same port.

Optional. To disable the Kernel WireGuard module to switch entirely to userspace, run:

mkdir -p /etc/sysconfig/
echo "NB_WG_KERNEL_DISABLED=true" > /etc/sysconfig/netbird
systemctl restart netbird

Client

  • Share port between WireGuard and NAT traversal logic (#826)
  • Use forked Wireguard-go for custom bind (#823)
  • Bind implementation (#779)

Management

  • API cleanup (#824)
  • Add Azure IDP Manager (#822)

Full Changelog: v0.16.0...v0.19.0

Don't miss a new netbird release

NewReleases is sending notifications on new releases.