documentation: Add notes for hysteria2 compatibility issues

This commit is contained in:
世界
2023-09-06 21:59:52 +08:00
parent 70bff53cea
commit b3f9509810
8 changed files with 134 additions and 2 deletions

View File

@@ -25,6 +25,10 @@
}
```
!!! warning "Compatibility issues with original client"
When using the original client, the use case with `fastOpen=false` or UDP MTU >= 1200 is not supported.
!!! warning ""
QUIC, which is required by Hysteria2 is not included by default, see [Installation](/#installation).

View File

@@ -25,6 +25,10 @@
}
```
!!! warning "与原始客户端的兼容性问题"
当使用原始客户端时,不支持 `fastOpen=false` 或者 UDP MTU >= 1200 的用例。
!!! warning ""
默认安装不包含被 Hysteria2 依赖的 QUIC参阅 [安装](/zh/#_2)。

View File

@@ -21,6 +21,10 @@
}
```
!!! warning "Compatibility issues with original server"
When using the original server, the use case with `fastOpen=false` or UDP MTU >= 1200 is not supported.
!!! warning ""
QUIC, which is required by Hysteria2 is not included by default, see [Installation](/#installation).

View File

@@ -21,6 +21,10 @@
}
```
!!! warning "与原始服务器的兼容性问题"
当使用原始服务器时,不支持 `fastOpen=false` 或者 UDP MTU >= 1200 的用例。
!!! warning ""
默认安装不包含被 Hysteria2 依赖的 QUIC参阅 [安装](/zh/#_2)。