1 Star 0 Fork 871

woshizhendezilong / proxy

forked from 狂奔的蜗牛. / goproxy 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
install.sh 364 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/bash
set -e
# #install proxy
tar zxvf proxy-linux-amd64.tar.gz
cp proxy /usr/bin/
chmod +x /usr/bin/proxy
if [ ! -e /etc/proxy ]; then
mkdir /etc/proxy
cp blocked /etc/proxy
cp direct /etc/proxy
fi
if [ ! -e /etc/proxy/proxy.crt ]; then
cd /etc/proxy/
proxy keygen >/dev/null 2>&1
fi
rm -rf /tmp/proxy
echo "install done"
proxy help
Go
1
https://gitee.com/woshizhendezilong/proxy.git
git@gitee.com:woshizhendezilong/proxy.git
woshizhendezilong
proxy
proxy
master

搜索帮助