1.0.1 • Published 9 years ago

super-simple-proxy v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

local-ssl-proxy

Simple HTTP proxy. Very simple.

Credit: Most of the code was basically borrowed from https://github.com/cameronhunter/local-ssl-proxy. I wanted a simple binary that would also allow you to create a regular http proxy.

Eventually I'll integrate the ssl proxy into this one.

Install

npm install -g super-simple-proxy

Run

To start a proxy from port 80 to 3000 run:

super-simple-proxy --source 80 --target 3000
1.0.1

9 years ago

1.0.0

9 years ago