Releases: NOBLES5E/cproxy
Releases · NOBLES5E/cproxy
v4.2.2
v4.2.1
Fix an error message text.
Full Changelog: v4.2.0...v4.2.1
v4.2.0
We're excited to announce the release of cproxy 4.2.0! This version includes several improvements and bug fixes.
New Features
- Added support for running child process as the original non-root user when running cproxy with sudo
- Improved error handling and reporting using color-eyre
- Updated to latest cgroups-rs 0.3 version
Bug Fixes
- Fixed issue with cgroup task removal on exit
- Improved reliability of IP rule management
Other Changes
- Updated dependencies to latest versions
- Refactored code for better maintainability
- Improved logging and debug output
- Added example Xray configuration file
Upgrading
cproxy 4.2.0 no longer requires setting setuid bit on the binary. Instead, it should be run with sudo:
sudo cproxy ...
Full Changelog: v4.1.6...v4.2.0
v4.1.6.post1
ci: fix binary release pipeline