mscdex / socksv5

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

Forwarding requests to a 'next hop' SOCKS server #24

Open samuel-allan opened 7 years ago

samuel-allan commented 7 years ago

Greetings! I was wandering if it were possible to have a server built using this library, which listens to connections, and forwards them to another proxy server?

(e.g. a modification of the accept function handler). Thanks! Regards.

samuel-allan commented 7 years ago

Bumping, would really love to see this fixed.