This commit is contained in:
arraykeys@gmail.com
2018-08-06 16:06:43 +08:00
parent 5c2e6fd109
commit b9f054c495
3 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
proxy更新日志
v5.3
1.优化了socks_client握手端口判断,避免了sstap测试UDP失败的问题..
1.优化了socks_client握手端口判断,避免了sstap测试UDP失败的问题.
v5.2
1.修复了HTTP(S)\SPS反向代理无法正常工作的问题.

View File

@ -48,7 +48,7 @@ PR needs to explain what changes have been made and why you change them.
- ...  
This page is the v5.2 manual, and the other version of the manual can be checked by the following [link](docs/old-release.md).
This page is the v5.3 manual, and the other version of the manual can be checked by the following [link](docs/old-release.md).
### How to find the organization?
[Click to join the proxy group of gitter](https://gitter.im/go-proxy/Lobby?utm_source=share-link&utm_medium=link&utm_campaign=share-link)  
@ -161,7 +161,7 @@ If the installation fails or your VPS is not a linux64 system, please follow the
Download address: https://github.com/snail007/goproxy/releases
```shell
cd /root/proxy/
wget https://github.com/snail007/goproxy/releases/download/v5.0/proxy-linux-amd64.tar.gz
wget https://github.com/snail007/goproxy/releases/download/v5.3/proxy-linux-amd64.tar.gz
```
#### **2.Download the automatic installation script**
```shell
@ -175,10 +175,10 @@ chmod +x install.sh
Dockerfile root of project uses multistage build and alpine project to comply with best practices. Uses golang 1.10.3 for building as noted in the project README.md and will be pretty small image. total extracted size will be 17.3MB for goproxy latest version.
The default build process builds the master branch (latest commits/ cutting edge), and it can be configured to build specific version, just edit Dockerfile before build, following builds release version 5.2:
The default build process builds the master branch (latest commits/ cutting edge), and it can be configured to build specific version, just edit Dockerfile before build, following builds release version 5.3:
```
ARG GOPROXY_VERSION=v5.2
ARG GOPROXY_VERSION=v5.3
```
To Run:

View File

@ -159,7 +159,7 @@ curl -L https://raw.githubusercontent.com/snail007/goproxy/master/install_auto.s
下载地址:https://github.com/snail007/goproxy/releases
```shell
cd /root/proxy/
wget https://github.com/snail007/goproxy/releases/download/v5.1/proxy-linux-amd64.tar.gz
wget https://github.com/snail007/goproxy/releases/download/v5.3/proxy-linux-amd64.tar.gz
```
#### **2.下载自动安装脚本**
```shell
@ -175,7 +175,7 @@ chmod +x install.sh
或者使用参数GOPROXY_VERSION指定构建的goproxy版本.
```
ARG GOPROXY_VERSION=v5.2
ARG GOPROXY_VERSION=v5.3
```
步骤: