Total Pageviews

Sunday, 4 March 2018

轻量级的http代理服务器程序-shadow

shadow

shadow is a simple and fast http proxy written by Go.

安装:
进入$GOPATH路径,然后:
go get github.com/cuigh/shadow

在$GOPATH/bin/里面将生成可执行文件shadow

Usage

Start a transparent http proxy
./shadow -addr :7778
 
在服务器上的7778端口就运行了一个http proxy server.
 
项目地址:https://github.com/cuigh/shadow 

No comments:

Post a Comment