mscdex / socksv5

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

Web Requests with an agent #18

Open ghost opened 8 years ago

ghost commented 8 years ago

How can I change the agent the socks server does the request in?

Eg: edit the agent so the request goes through my proxy server and my second proxy server.