Skip to content

ybrs/simpleproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simpleproxy

simple proxy is a really simple reverse proxy - mostly for development purposes.

installation

go get github.com/ybrs/simpleproxy.git

or

git clone
go build

usage

simpleproxy -listen 0.0.0.0:9001 -target http://localhost:8000

also simpleproxy can handle static files too

simpleproxy -listen 0.0.0.0:9001 -target http://localhost:8000 -static /media/:./media/

About

simpleproxy is a simple reverse proxy, mostly for development purposes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages