Skip to content

Commit 1bb6715

Browse files
committed
v2.6.2
1 parent 7a6c8bc commit 1bb6715

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

docs/docs/Changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ hide:
44
- navigation
55
---
66

7+
## 2.6.2
8+
9+
- Updated quic-go to v0.52.0
10+
- ClientHello is now fragmented during TLS handshake, which can bypass some firewalls' SNI filtering.
11+
- The `--qr` option in client mode is deprecated; use the `share` subcommand to generate links and QR codes instead.
12+
713
## 2.6.1
814

915
- The server's direct outbound now supports TCP Fast Open

docs/docs/Changelog.zh.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ hide:
44
- navigation
55
---
66

7+
## 2.6.2
8+
9+
- quic-go 更新到 v0.52.0
10+
- 现在 TLS 握手时会对 ClientHello 进行分片,可绕过部分防火墙的 SNI 过滤
11+
- 客户端模式的 `--qr` 参数已不推荐使用,可用 share 子命令生成共享链接与二维码
12+
713
## 2.6.1
814

915
- 服务端 direct outbound 支持 TCP Fast Open

docs/docs/getting-started/Server-Installation-Script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ bash <(curl -fsSL https://get.hy2.sh/)
4848
Install or upgrade to a specified version.
4949

5050
```sh
51-
bash <(curl -fsSL https://get.hy2.sh/) --version v2.6.1
51+
bash <(curl -fsSL https://get.hy2.sh/) --version v2.6.2
5252
```
5353

5454
### Uninstall

docs/docs/getting-started/Server-Installation-Script.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ bash <(curl -fsSL https://get.hy2.sh/)
4848
安装或升级为指定版本,不进行版本检查。
4949

5050
```sh
51-
bash <(curl -fsSL https://get.hy2.sh/) --version v2.6.1
51+
bash <(curl -fsSL https://get.hy2.sh/) --version v2.6.2
5252
```
5353

5454
### 卸载

0 commit comments

Comments
 (0)