nanoproxy icon indicating copy to clipboard operation
nanoproxy copied to clipboard

Small fast HTTP forward proxy in Go.

Results 2 nanoproxy issues
Sort by recently updated
recently updated
newest added

Is HTTPS supported?

I run the app, then i tried with the http client "curl" as following: ```sh curl -x localhost:8080 https://google.com ``` I got this error curl: (56) Received HTTP code 404...