v0.64.4

netbirdio/netbirdv0.64.4Feb 1, 2026by mlsmaycon

AI Summary

This release enhances client flexibility with macOS resolvers and inbound blocking options, while providing management controls to disable local authentication and sync limits.

Key Highlights

  • Added macOS default resolvers as fallback and block inbound option to embed client.
  • Disabled local users for a smooth single-IdP mode.
  • Disabled sync lim and ensured cancelPeerRoutines runs in a goroutine.

New Features

  • Block inbound option to embed client
  • Disabled local users for single-IdP mode

Full Release Notes

## What's Changed
* [client] Add macOS default resolvers as fallback by @lixmal in https://github.com/netbirdio/netbird/pull/5201
* [client] Add block inbound option to the embed client by @lixmal in https://github.com/netbirdio/netbird/pull/5215
* [management] Disable local users for a smooth single-idp mode by @braginini in https://github.com/netbirdio/netbird/pull/5226
https://docs.netbird.io/selfhosted/identity-providers/disable-local-authentication
* [management] disable sync lim by @crn4 in https://github.com/netbirdio/netbird/pull/5233
* [management] run cancelPeerRoutines in goroutine in sync by @crn4 in https://github.com/netbirdio/netbird/pull/5234


**Full Changelog**: https://github.com/netbirdio/netbird/compare/v0.64.3...v0.64.4