Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
snail007 committed Sep 28, 2017
1 parent 22298fb commit 44dff9a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 45 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ http,tcp,udp代理过程会和上级通讯,为了安全我们采用加密通讯,

**1.7.查看帮助**
`./proxy help http`
[图文教程](docs/faststart_v3.md)


### 2.TCP代理

Expand Down
7 changes: 3 additions & 4 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ cd ..
# #install proxy
tar zxvf proxy-linux-amd64.tar.gz
cp proxy /usr/bin/
cp proxyd /usr/bin/
chmod +x /usr/bin/proxy
chmod +x /usr/bin/proxyd
if [ ! -e /etc/proxy ]; then
mkdir /etc/proxy
cp proxy.toml /etc/proxy/
cp blocked /etc/proxy
cp direct /etc/proxy
fi

if [ ! -e /etc/proxy/proxy.crt ]; then
Expand All @@ -28,4 +27,4 @@ if [ ! -e /etc/proxy/proxy.crt ]; then
fi
rm -rf /tmp/proxy
echo "install done"
proxyd
proxy help
7 changes: 3 additions & 4 deletions install_auto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,11 @@ cd ..
# #install proxy
tar zxvf proxy-linux-amd64.tar.gz
cp proxy /usr/bin/
cp proxyd /usr/bin/
chmod +x /usr/bin/proxy
chmod +x /usr/bin/proxyd
if [ ! -e /etc/proxy ]; then
mkdir /etc/proxy
cp proxy.toml /etc/proxy/
cp blocked /etc/proxy
cp direct /etc/proxy
fi

if [ ! -e /etc/proxy/proxy.crt ]; then
Expand All @@ -31,4 +30,4 @@ if [ ! -e /etc/proxy/proxy.crt ]; then
fi
rm -rf /tmp/proxy
echo "install done"
proxyd
proxy help
36 changes: 0 additions & 36 deletions proxyd

This file was deleted.

0 comments on commit 44dff9a

Please sign in to comment.