Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for transproxy #23

Open
lokeshh opened this issue Aug 14, 2016 · 2 comments
Open

Add support for transproxy #23

lokeshh opened this issue Aug 14, 2016 · 2 comments

Comments

@lokeshh
Copy link
Member

lokeshh commented Aug 14, 2016

Its really pain for some apps to set proxy on them and even after that its not guaranteed that they would work. One amazing feature that I would love to have is let the apps never know that their running behind a proxy, i.e. everything would work as if there's no proxy. In short I'm proposing for a transparent proxy. Although I'm not sure if its possible. May be using iptables?! What do you say?

@Akarshit
Copy link
Member

We tried touching this issue, but our focus was to just set the proxy in all the softwares that support proxy. But the idea of transproxy sounds interesting to me.

@clearnote01
Copy link
Contributor

Transproxy sounds really interesting. It's not the focus of ProxyHelper for now though. I suppose it should be possible via iptables, routing all TCP traffic through a system socket which in turn is binded with the proxyserver (a bit like sshuttle). I don't know much about it though, if you want to implement it, do it! it would be cool!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants