feat(nftables): Add NFTables integration for kernel-level forwarding and update documentation, tests, and helper functions

This commit is contained in:
2025-05-15 19:39:09 +00:00
parent 4568623600
commit 5d0b68da61
19 changed files with 977 additions and 1068 deletions

View File

@ -1,5 +1,14 @@
# Changelog
## 2025-05-15 - 18.1.0 - feat(nftables)
Add NFTables integration for kernel-level forwarding and update documentation, tests, and helper functions
- Bump dependency versions in package.json (e.g. @git.zone/tsbuild and @git.zone/tstest)
- Document NFTables integration in README with examples for createNfTablesRoute and createNfTablesTerminateRoute
- Update Quick Start guide to reference NFTables and new helper functions
- Add new helper functions for NFTables-based routes and update migration instructions
- Adjust tests to accommodate NFTables integration and updated route configurations
## 2025-05-15 - 18.0.2 - fix(smartproxy)
Update project documentation and internal configuration files; no functional changes.