This is a very simplistic implementation of forward proxy in Go programming language.
- Go 1.22 or higher
- Make
make
./out/forward-proxy
curl -x http://localhost:9090 https://google.com
This is a very simplistic implementation of forward proxy in Go programming language.
make
./out/forward-proxy
curl -x http://localhost:9090 https://google.com