The Wayback Machine - https://web.archive.org/web/20210726191837/https://github.com/topics/proxychains
Skip to content
#

proxychains

Here are 47 public repositories matching this topic...

mhluska
mhluska commented Aug 22, 2018

Is it possible to switch the upstream proxy host without restarting the server? I'm currently using the anonymizeProxy helper like so:

const proxyChain = require('proxy-chain');

const user = '...';
const pass = '...';
const vpnHost = process.argv[2];
const oldProxyUrl = `http://${user}:${pass}@${vpnHost}:80`;
const newProxyUrl = proxyChain.anonymizeProxy(oldProxyUrl);

function 

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