Skip to content

v4.2.0

Compare
Choose a tag to compare
@NOBLES5E NOBLES5E released this 20 Sep 16:34
· 18 commits to master since this release

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