NOBLES5E / cproxy

Easy per application transparent proxy built on cgroup.
GNU Affero General Public License v3.0
379 stars 16 forks source link

[Feature request] target a specific interface #79

Closed hellodword closed 1 year ago

hellodword commented 2 years ago

It'll be like:

curl ifconfig.me --interface eth1

With cproxy[^1]:

cproxy --interface eth1 -- curl ifconfig.me

[^1]: Route the traffic over specific interface for a process in linux with Cgroups2