alec-liu / goproxy

πŸ‰ a proxy with go,supports http,socks4/5 at the same time.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

goproxy

Build Status

baby-gopher

supports http,socks4/5 at the same time.

install

go get github.com/ejunjsh/goproxy

usage

usage: goproxy <listen address>

example

if you run below command in your local or remote machine

goproxy :8090

then you can set your proxy address <local or remote ip>:8090 on your browser or others that support socks4/5 or http proxy.

docker

sudo docker run --net host  sjj050121014/goproxy:1.0 <listen address>

πŸ˜„ enjoy

About

πŸ‰ a proxy with go,supports http,socks4/5 at the same time.


Languages

Language:Go 94.6%Language:Dockerfile 3.7%Language:Shell 1.7%