https://github.com/cnlh/nps/releases
下载解压。由于是go编写的,几乎无错误可以直接运行
./nps test
vi /conf/nps.conf
##change
http_proxy_port 域名代理http代理监听端口
web_port web管理端口
web_password web界面管理密码
web_username web界面管理账号
如果要安装到系统
./nps install
支持几乎所有协议!
https://github.com/cnlh/nps/releases
下载解压。由于是go编写的,几乎无错误可以直接运行
./nps test
vi /conf/nps.conf
##change
http_proxy_port 域名代理http代理监听端口
web_port web管理端口
web_password web界面管理密码
web_username web界面管理账号
如果要安装到系统
./nps install
支持几乎所有协议!
mkdir-p $GOPATH/src/golang.org/x/
cd $GOPATH/src/golang.org/x/
git clone https://github.com/golang/net.git net
go install net