mscdex / socksv5

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

I want to use sockv5 with socketio client #44

Open parazitci opened 4 years ago

parazitci commented 4 years ago

Hello, Im unable to open port on PC(SERVERB) cause of ISP rejects.

I have coded with Socket.io Client (ServerB). Its connecting to SocketIO Server(Server A). I can open ports on Server A. I want to use sockv5 server on ServerA but with ServerB IP address, IS there any ideas how can I do it ? Thanks