-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,24 @@ | ||
# Netclient v0.18.3 | ||
|
||
## whats new | ||
- Added NFTables support for egress + ingress on linux | ||
- Added new `register` command. i.e. `netclient register -t <enrollment-token>` | ||
- Added support for EMQX/any potential broker endpoint connection | ||
- New Github workflows | ||
## whats fixed | ||
- GUI host details are more accurate | ||
- Better peer management handling for normal peer updates | ||
- Logs cleanup | ||
- Dependency updates | ||
## Whats New | ||
|
||
## What's Fixed | ||
- More efficient Windows daemon handling | ||
- Better peer route setting on clients | ||
- Some commands involving the message queue on client have been fixed | ||
- NFTables masquerading issue | ||
- Some logging has been adjusted | ||
- Migrations on Linux work for 0.17.x - 0.18.3 | ||
- Registration by enrollment key on client GUI | ||
- | ||
## known issues | ||
- Auto update won't function until full release | ||
- Network interface routes may be removed after sometime/unintended network update | ||
- Caddy does not handle netmaker exporter well for EE | ||
- Incorrect latency on metrics (EE) | ||
- Swagger docs not up to date | ||
- Lengthy delay when you create an ext client | ||
- issues connecting over IPv6 on Macs | ||
- Nodes on same local network may not always connect | ||
- Netclient GUI shows egress range(s) twice | ||
- DNS entries are not sent after registration with EnrollmentKeys | ||
- If you do NOT set STUN_LIST on server, it could lead to strange behavior on client |