From b9f054c4951a045d4393dc4f4d87cb5b8a3d8131 Mon Sep 17 00:00:00 2001 From: "arraykeys@gmail.com" Date: Mon, 6 Aug 2018 16:06:43 +0800 Subject: [PATCH] v5.3 --- CHANGELOG | 2 +- README.md | 8 ++++---- README_ZH.md | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 2c5d6d9..2eb1f0e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,6 @@ proxy更新日志 v5.3 -1.优化了socks_client握手端口判断,避免了sstap测试UDP失败的问题.. +1.优化了socks_client握手端口判断,避免了sstap测试UDP失败的问题. v5.2 1.修复了HTTP(S)\SPS反向代理无法正常工作的问题. diff --git a/README.md b/README.md index 285206d..96ef72d 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/README_ZH.md b/README_ZH.md index c69bea5..fd831d4 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -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 ``` 步骤: