Skip to content

Tags: Cjiio/netbird

Tags

v0.21.10

Toggle v0.21.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix nfset not binds to the rule (netbirdio#1024)

v0.21.9

Toggle v0.21.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix Okta IDP device authorization (netbirdio#1023)

* hide okta netbird attributes fields

* fix: update full user profile

v0.21.8

Toggle v0.21.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prevent sending nameserver configuration when peer is set as NS (netb…

…irdio#962)

* Prevent sending nameserver configuration when peer is set as NS

* Add DNS filter tests

v0.21.7

Toggle v0.21.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix use wrpped device in windows (netbirdio#981)

v0.21.6

Toggle v0.21.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix disabled DNS resolver fail (netbirdio#978)

Fix fail of DNS when it disabled in the settings

v0.21.5

Toggle v0.21.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ACL firewall manager fix/improvement (netbirdio#970)

* ACL firewall manager fix/improvement

Fix issue with rule squashing, it contained issue when calculated
total amount of IPs in the Peer map (doesn't included offline peers).
That why squashing not worked.
Also this commit changes the rules apply behaviour. Instead policy:
1. Apply all rules from network map
2. Remove all previous applied rules
We do:
1. Apply only new rules
2. Remove outdated rules
Why first variant was implemented: because when you have drop policy
it is important in which order order you rules are and you need totally
clean previous state to apply the new. But in the release we didn't
include drop policy so we can do this improvement.

* Print log message about processed ACL rules

v0.21.4

Toggle v0.21.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix: Skip state notification should use a copy of the previous peer s…

…tate (netbirdio#960)

This was affecting the behavior of the route manager,
causing issues with HA and with cases of flaky connections

v0.21.3

Toggle v0.21.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use different initialize order for DNS resolver in android/nonandroid…

… clients (netbirdio#952)

v0.21.2

Toggle v0.21.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Decouple docs generation (netbirdio#941)

* decouple docs update

* removed workflow run on push to main

v0.21.1

Toggle v0.21.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support authentication with client_secret (netbirdio#936)

* add dashboard client_secret env

* add NETBIRD_AUTH_CLIENT_SECRET  env test