Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 481 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 481 Bytes

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