You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be a great feature if this could embed an openvpn client so it can (optionally via reading ovpn file) send all of its traffic through openvpn instead of the open network.
Sadly, I don't know enough about rust or networking to know how feasible this is. I found this https://github.com/jamesmcm/vopono which was updated just yesterday that might do the trick. There are also these but they're pretty stale.
The way I've accomplished this functionality before is setting up a docker container with a torrent client and ovpn client in it and then only let the container talk to the ovpn server so keep it from ever leaking. That's just a much heavier setup than if it were all self contained.
The text was updated successfully, but these errors were encountered:
It'd be a great feature if this could embed an openvpn client so it can (optionally via reading ovpn file) send all of its traffic through openvpn instead of the open network.
Sadly, I don't know enough about rust or networking to know how feasible this is. I found this https://github.com/jamesmcm/vopono which was updated just yesterday that might do the trick. There are also these but they're pretty stale.
https://github.com/lattice0/true_libopenvpn3_rust
https://github.com/luishsr/rust-vpn This one doesn't mention openvpn so maybe a tangent
https://docs.rs/openvpn-plugin/latest/openvpn_plugin/
The way I've accomplished this functionality before is setting up a docker container with a torrent client and ovpn client in it and then only let the container talk to the ovpn server so keep it from ever leaking. That's just a much heavier setup than if it were all self contained.
The text was updated successfully, but these errors were encountered: