Skip to content

Commit

Permalink
v2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyxdd committed Oct 6, 2024
1 parent 67048ea commit 4ecce18
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.2

- By default, the server now terminates the TLS handshake if the SNI sent by a client does not match the certificate. A new `sniGuard` option has been added to the `tls` section to control this behavior
- Fixed the issue where sniffing could not recognize fragmented QUIC packets
- Updated quic-go to v0.47.0

## 2.5.1

- Fixed a bug in HTTP sniffing that caused all connections to non-standard ports (non-80) to fail
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.2

- 服务端现在默认会在客户端发送的 SNI 与证书不匹配时终止 TLS 握手,并在 `tls` 中新增了 `sniGuard` 选项用于控制此行为
- 修复了 sniff 无法嗅探分片后的 QUIC 包的问题
- quic-go 更新到 v0.47.0

## 2.5.1

- 修复了 HTTP 嗅探中一个导致所有非标准端口 (非 80) 连接会发生错误的问题
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.1
bash <(curl -fsSL https://get.hy2.sh/) --version v2.5.2
```

### 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.1
bash <(curl -fsSL https://get.hy2.sh/) --version v2.5.2
```

### 卸载
Expand Down

0 comments on commit 4ecce18

Please sign in to comment.