aws-vpn-client
aws-vpn-client copied to clipboard
rootless socks5 tunnel, openvpn 2.6
I created an openvpn fork - https://github.com/bendlas/openvpn-tuna - which has patches from this repository, rebased on openvpn's release/2.6 branch, and on top of code from openvpn-tunpipe.
With this I can have openvpn run a userland proxy, like ocproxy or tunsocks, without any elevated privileges at all.
Besides the patches, I took from this repo the server.go, as well as the basis for the connection script.
@samm-git thank you very much for your fantastic work. If you would like anything from openvpn-tuna, I'd be happy to prepare PRs and start treating this as upstream.
- rebased patches (release-2.6 as of writing)
- user proxy support
- nix flake
Wow, idea to create rootless openvpn is amazing, i was also thinking to do it few times but never found a tie to start that. I will play with it for sure. I am not actively using AWS VPN atm, but thank you for letting me know that it works with your project