Has anybody tried to build an equivalent to sshuttle using this project? The short version is it's a transparent proxy that lets you VPN through a server over SSH. The server requires no setup, would this be possible with goproxy?
snail007
@snail007
you need tun2socks and socks5
you need tun2socks and socks5 over ssh .
Drew Wells
@drewwells
hmm, I’ll look at that. I was thinking of something more low level like a tcp port over the ssh connection and having something on the server that can interpret the traffic