Package Details: cproxy 4.2.1-3

Git Clone URL: https://aur.archlinux.org/cproxy.git (read-only, click to copy)
Package Base: cproxy
Description: Easy per application transparent proxy built on cgroup.
Upstream URL: https://github.com/NOBLES5E/cproxy
Licenses: AGPL
Submitter: cjc7373
Maintainer: cjc7373
Last Packager: cjc7373
Votes: 1
Popularity: 0.24
First Submitted: 2022-03-14 15:03 (UTC)
Last Updated: 2024-09-25 14:00 (UTC)

Latest Comments

cjc7373 commented on 2024-09-25 13:57 (UTC)

@ZhangHua Thank you for your suggestions! The package has been update.

ZhangHua commented on 2024-09-22 02:12 (UTC) (edited on 2024-09-22 02:15 (UTC) by ZhangHua)

Would you like to use this in prepare()? This may help with non-x86_64 machines.

export RUSTUP_TOOLCHAIN=stable
cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"

What's more, Rust package guidelines also uses this code snippet now.

P.S: You may also consider adding iptables in the depends because this program will call iptables directly (https://github.com/NOBLES5E/cproxy/blob/master/src/guards.rs#L76) to create redirect rule.