/goproxy

a proxy with go

Primary LanguageGo

goproxy

Build Status

baby-gopher

a proxy with go,supports tcp,http,socks4/5

install

go get github.com/ejunjsh/goproxy

run with tcp

$GOPATH/bin/goproxy -a :8090 -t tcp -b [backend_ip:port]

run with http

$GOPATH/bin/goproxy -a :8090 -t http

run with socket4

$GOPATH/bin/goproxy -a :8090 -t socks4

run with socket5

$GOPATH/bin/goproxy -a :8090 -t socks5