login linux vps. install go environment,then,
cd $GOPATH
go get -u -v github.com/cizixs/pxy/
可执行文件pxy就会生成在$GOBIN/里。
pxy -h
显示:Usage of pxy:
-addr string
listen address (default ":8080")
-auth string
http auth, eg: susan:hello-kitty
运行pxy -addr 127.0.0.1:7070
在 linux vps本机的7070端口上就运行了一个http proxy server。
这个http proxy server程序可用作各种tunnel程序(比如stunnel,kcptun)的后端程序。
项目地址:https://github.com/cizixs/pxy
https://github.com/cizixs/pxy/issues/2
No comments:
Post a Comment