SOCKS5 Support
Opened this issue · 3 comments
I've been noodling around with two socks libraries, Socks and ProxySocket, trying to get SOCKS support for peer-wire-swarm and related, without much success.
It looks like the connections are being created okay, it pushes out 68 bytes but then the connections are closed remotely. I don't know why.
I'm wondering if this could be related to: #17
@skerit - maybe you could explain your setup and modifications to the various libraries to accomplish using a VPN?
I have a working implementation of this now, but (I think) it needs a small related change to peer-wire-protocol as well.
Is this project still being maintained, or would it be best if I made my own fork and tried to maintain that?
cc @mafintosh in case this repo was created during the old days when GitHub didn't automatically "watch" one's new repositories. :)