Skip to content

Releases: NOBLES5E/cproxy

v4.2.1

20 Sep 16:48
Compare
Choose a tag to compare

Fix an error message text.

Full Changelog: v4.2.0...v4.2.1

v4.2.0

20 Sep 16:34
Compare
Choose a tag to compare

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

26 Oct 21:08
31b4129
Compare
Choose a tag to compare

ci: fix binary release pipeline

v4.1.6

25 Oct 07:18
Compare
Choose a tag to compare

Upgrade dependencies.

v4.1.5

31 Aug 04:31
ee7625e
Compare
Choose a tag to compare

Upgrade dependencies.

v4.1.4

29 Jun 23:48
Compare
Choose a tag to compare

Upgrade dependencies.

v4.1.3

19 Apr 03:42
Compare
Choose a tag to compare

Fix cgroup v1 support.

v4.1.2

10 Apr 12:17
Compare
Choose a tag to compare

Support resetting ip rule when network interrupted.

v4.1.1

06 Apr 09:32
Compare
Choose a tag to compare

Minor: fix setegid bug.

v4.1.0

03 Apr 03:10
Compare
Choose a tag to compare
  • Support both cgroup v1 and v2 hierarchy.
  • Use seteuid instead of sudo.