mscdex / socksv5

SOCKS protocol version 5 server and client implementations for node.js
MIT License
400 stars 121 forks source link

Accept UDP #17

Open matheusgrieger opened 8 years ago

matheusgrieger commented 8 years ago

Is there any way to accept UDP connections? I really needed this, but I have absolutely no knowledge about SOCKS5 protocol to modify the buffers.

mscdex commented 8 years ago

UDP support is not implemented yet

matheusgrieger commented 8 years ago

Any chance it will be? If so, will it take too long?

mscdex commented 8 years ago

No idea, it's not really on my radar at the moment. I'm open to PRs though if you want to take a swing at it.