Skip to content

applepicke/super-simple-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple http proxy binary

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published