https://github.com/link89/proxy-chain-cli
Command line interface of proxy-chain
https://github.com/link89/proxy-chain-cli
Last synced: over 1 year ago
JSON representation
Command line interface of proxy-chain
- Host: GitHub
- URL: https://github.com/link89/proxy-chain-cli
- Owner: link89
- License: gpl-3.0
- Created: 2023-02-23T06:56:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-23T13:35:20.000Z (over 3 years ago)
- Last Synced: 2025-02-02T00:47:50.587Z (over 1 year ago)
- Language: TypeScript
- Size: 29.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# proxy-chain-cli
Command line interface of proxy-chain.
## Installation
```bash
npm install -g proxy-chain-cli
proxy-chain-cli --help
```
## Usage
### Start a Chain Server
```bash
proxy-chain-cli chain-server start --help
```
For example,
```bash
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.