Skip to content
#

proxychains

Here are 61 public repositories matching this topic...

vladgovor77771
vladgovor77771 commented May 21, 2020

Simply modified your code on handler_forward.js

// custom `http.Agent` support, set `server.httpAgent`
if (!!this.server.httpAgent) reqOpts.agent = this.server.httpAgent;

And in server.js in constructor add
this.httpAgent = options.httpAgent;

Then, if we want to create server with socks proxy for example, do this:

const { SocksProxyAgent } = require('socks-proxy-agent');
enhancement help wanted good first issue

Improve this page

Add a description, image, and links to the proxychains topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the proxychains topic, visit your repo's landing page and select "manage topics."

Learn more