Skip to content

josefigueredo/go-mini-reverse-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

go-mini-reverse-proxy

Situation: I only have one port open in a server and I need to consume the web ui that was open in another. I didn't have sudo so I build this little tool.

Compilation: go build -o mini-proxy main.go

Execution: ./mini-proxy -listeningPort=":8032" -forwardingPort=":8088"

About

Minimal reverse proxy for port forwarding

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages