fix(test, docs, scripts): correct test command verbosity, shorten load test timings, and document forwarding modes

This commit is contained in:
2026-03-29 23:41:31 +00:00
parent 17c27a92d6
commit c3cc237db5
5 changed files with 53 additions and 16 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-03-29 - 1.10.1 - fix(test, docs, scripts)
correct test command verbosity, shorten load test timings, and document forwarding modes
- Fixes the test script by removing the duplicated verbose flag in package.json.
- Reduces load test delays and burst sizes to keep keepalive and connection tests faster and more stable.
- Updates the README to describe forwardingMode options, userspace NAT support, and related configuration examples.
## 2026-03-29 - 1.10.0 - feat(rust-server, rust-client, ts-interfaces)
add configurable packet forwarding with TUN and userspace NAT modes