Skip to content

Latest commit

 

History

History
32 lines (16 loc) · 817 Bytes

README.md

File metadata and controls

32 lines (16 loc) · 817 Bytes

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