jpillora / go-tcp-proxy

A small TCP proxy written in Go
MIT License
743 stars 197 forks source link

reverse proxy #20

Open cedricve opened 3 years ago

cedricve commented 3 years ago

is it possible to use this as a reverse proxy? For example have a webserver locally, but make it available from the cloud. Something like ngrok is doing.

brownchow commented 3 years ago

I think this project can be used as a reverse proxy just as previous issue mentioned https://github.com/jpillora/go-tcp-proxy/issues/1#issuecomment-57404413