provide an API for performing full transparent proxying on a per-app and full system basis without leaks #130

Closed
thestinger opened this Issue Dec 31, 2015 · 2 comments

Comments

Projects
None yet
2 participants
@thestinger
Contributor

thestinger commented Dec 31, 2015

No description provided.

@thestinger

This comment has been minimized.

Show comment Hide comment
@thestinger

thestinger Feb 24, 2016

Contributor

Orbot has experimental support for Android's VPN API, so this is less urgent. It can proxy all app traffic without root, although there may be leaks or other flaws.

Contributor

thestinger commented Feb 24, 2016

Orbot has experimental support for Android's VPN API, so this is less urgent. It can proxy all app traffic without root, although there may be leaks or other flaws.

@vladimir-lu

This comment has been minimized.

Show comment Hide comment
@vladimir-lu

vladimir-lu May 19, 2016

Do you have any thoughts on the design already? I'm interested in helping to implement this.

Btw the fact that Orbot supports the VPN API is a nice workaround currently, but then you're not able to use a VPN-based firewall (like NetGuard) because of the single VPN provider limitation (though perhaps you could multiplex those two specifically - probably very hacky though). So I imagine this is going to have to be iptables-based?

Do you have any thoughts on the design already? I'm interested in helping to implement this.

Btw the fact that Orbot supports the VPN API is a nice workaround currently, but then you're not able to use a VPN-based firewall (like NetGuard) because of the single VPN provider limitation (though perhaps you could multiplex those two specifically - probably very hacky though). So I imagine this is going to have to be iptables-based?

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