Dynamic fowarding with SOCKS5 proxy [on hold]
- by bh3244
I'm building my own SOCKS5 client and HTTP library and am having trouble figuring out how things work with dynamic port forwarding. So far I can connect successfully with my SOCKS5 client, but from there on I am stuck. I am using the
ssh -D
command. Considering I have my local machine "home" and my server "server" and I wanted to use…