UWNetworksLab / uProxy-p2p

Internet without borders
https://www.uproxy.org/
Apache License 2.0
866 stars 180 forks source link

Make VPN not die when the Activity is killed #2800

Open fortuna opened 7 years ago

fortuna commented 7 years ago

According to Alberto, this is the code that kills the VPN: https://github.com/uProxy/cordova-plugin-tun2socks/pull/3/commits/f48a92e9422754f237796f36

bemasc commented 7 years ago

Presumably this is only useful once we also figure out how to make the proxy outlive the Activity. Currently, the proxy lives inside the Activity.

trevj commented 7 years ago

Seems related to: https://github.com/uProxy/uproxy/issues/2750

fortuna commented 7 years ago

For the record, here are some notes that @albertolalama put together: https://docs.google.com/document/d/1bB9sOYP5B9SwI38G0YTYmohwjj4S4o-BWauiGiW1yHY/edit

fortuna commented 7 years ago

FYI, @bemasc has fixed this for the SSH version: https://github.com/uProxy/uproxy-air/pull/3