proxy-chain-cli
v0.0.2
Published
Command line interface of proxy-chain
Downloads
7
Readme
proxy-chain-cli
Command line interface of proxy-chain.
Installation
npm install -g proxy-chain-cli
proxy-chain-cli --help
Usage
Start a Chain Server
proxy-chain-cli chain-server start --help
For example,
proxy-chain-cli chain-server start -p 3000 --upstream http://localhost:3128
Will start a server listen on port 3000 and forward request to specified upstream server.
TODO: More features to come in the future.