pull/315/head
wulabing 2020-06-03 17:11:50 +08:00
parent 222fc45139
commit d02cb85058
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
## 2020-6-3
* 添加 Nginx ipv6 监听 TLS1.3 0 RTT (merge)
* 适配 Nginx ipv6 监听端口修改
* 变更 Nginx 版本 1.16.1 更新至 1.18.0
* 变更 ws path 长度从固定8位变为范围随机长度
## 2020-2-16 ## 2020-2-16
1.1.0 1.1.0
* 修复 证书更新后未正确应用的问题 * 修复 证书更新后未正确应用的问题

View File

@ -29,7 +29,7 @@ OK="${Green}[OK]${Font}"
Error="${Red}[错误]${Font}" Error="${Red}[错误]${Font}"
# 版本 # 版本
shell_version="1.1.3.4" shell_version="1.1.4.0"
shell_mode="None" shell_mode="None"
github_branch="master" github_branch="master"
version_cmp="/tmp/version_cmp.tmp" version_cmp="/tmp/version_cmp.tmp"