An open API service indexing awesome lists of open source software.

https://github.com/daixinye/node-reverse-proxy

Simple local http reverse proxy cli tool
https://github.com/daixinye/node-reverse-proxy

nodejs

Last synced: 2 months ago
JSON representation

Simple local http reverse proxy cli tool

Awesome Lists containing this project

README

          

# Node-Reverse-Proxy

Simple local http reverse proxy cli tool

## Install

```shell
$ npm install nrp-cli -g
```

## Usage

### start proxy
need sudo
```shell
$ sudo nrp-cli start
```

## Config Commands
### list configs
list all configs
```shell
$ nrp-cli ls
```

### add config
```shell
$ nrp-cli add
```

### set config
```shell
$ nrp-cli set
```

### delete config
```shell
$ nrp-cli del
```

## Author
[daixinye](https://github.com/daixinye)