Forward-proxy

A stateless forward proxy for intercepting http(s) traffic and acting as a gateway. This particular service is built in Go. Install the dependencies to get started.

Dependencies:

Run the server

go run .

Build a binary

go build . -o <filename>