Skip to content

gophergala2016/goxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Goxy

A forward proxy for Golang. Useful to intercept HTTP traffic on your phone or computer.

Usage

Start the proxy server:

git clone git@github.com:gophergala2016/goxy.git
cd goxy
go run goxy.go -port 4444

Make requests through it:

curl -i localhost:4444 -H "host:gifs.com" -H "goxy-scheme-override:https"

Releases

No releases published

Packages

No packages published

Languages