Skip to content

Commit

Permalink
v2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyxdd committed Aug 17, 2024
1 parent 5235cc7 commit a0c0921
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ hide:
- navigation
---

## 2.5.1

- Fixed a bug in HTTP sniffing that caused all connections to non-standard ports (non-80) to fail
- Fixed a bug in the client where the authentication password was not escaped when parsing sharing links
- Updated quic-go to v0.46.0

## 2.5.0

- Added support for ACME DNS challenge, including several common providers such as Cloudflare, GoDaddy, and Name.com
Expand Down
6 changes: 6 additions & 0 deletions docs/docs/Changelog.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ hide:
- navigation
---

## 2.5.1

- 修复了 HTTP 嗅探中一个导致所有非标准端口 (非 80) 连接会发生错误的问题
- 修复了客户端解析分享链接时未对认证密码部分进行转义的问题
- quic-go 更新到 v0.46.0

## 2.5.0

- 新增 ACME DNS 验证支持,支持 Cloudflare, GoDaddy, Name.com 等多个常见服务商
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/getting-started/Server-Installation-Script.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ bash <(curl -fsSL https://get.hy2.sh/)
Install or upgrade to a specified version.

```sh
bash <(curl -fsSL https://get.hy2.sh/) --version v2.5.0
bash <(curl -fsSL https://get.hy2.sh/) --version v2.5.1
```

### Uninstall
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/getting-started/Server-Installation-Script.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ bash <(curl -fsSL https://get.hy2.sh/)
安装或升级为指定版本,不进行版本检查。

```sh
bash <(curl -fsSL https://get.hy2.sh/) --version v2.5.0
bash <(curl -fsSL https://get.hy2.sh/) --version v2.5.1
```

### 卸载
Expand Down

0 comments on commit a0c0921

Please sign in to comment.