$ 0 0 shadowshadow is a simple and fast http proxy written by Go.安装:进入$GOPATH路径,然后:go get github.com/cuigh/shadow在$GOPATH/bin/里面将生成可执行文件shadow UsageStart a transparent http proxy./shadow -addr :7778 在服务器上的7778端口就运行了一个http proxy server. 项目地址:https://github.com/cuigh/shadow