From 4c3a8b37910aff5201a32c2c9cf830e61f974eb3 Mon Sep 17 00:00:00 2001 From: "rui.zheng" Date: Mon, 29 Jun 2015 11:56:49 +0800 Subject: [PATCH] update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cd6ee3d..a9312a7 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,13 @@ Google讨论组: https://groups.google.com/d/forum/go-gost #### 版本更新 ##### v1.7 * 支持认证功能,当作为http(s)代理时使用Basic Auth认证方式,当作为标准socks5代理时使用Username/Password认证方式 + ###### Bug fix: * 修正当作为http代理时,POST请求出错问题 ##### v1.6 * 增加tls-auth加密方式,此方式必须设置认证密码(-p参数),原tls加密方式与v1.3版以前兼容 + ###### Bug fix: * 修正当不设置上层代理时,连接出错问题