diff --git a/docs/changelog.md b/docs/changelog.md index 5deefccf..ca43cdff 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -5,8 +5,8 @@ **1**: -Added notes indicating compatibility issues with origin Hysteria2 -servers and clients when using `fastOpen=false` or UDP MTU >= 1200. +Added notes indicating compatibility issues with the official +Hysteria2 server and client when using `fastOpen=false` or UDP MTU >= 1200. #### 1.5.0-beta.2 diff --git a/docs/configuration/inbound/hysteria2.md b/docs/configuration/inbound/hysteria2.md index f4b5973c..af7e864f 100644 --- a/docs/configuration/inbound/hysteria2.md +++ b/docs/configuration/inbound/hysteria2.md @@ -25,9 +25,9 @@ } ``` -!!! 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 "Compatibility issues with the official client" + + The use case of `fastOpen=false` or UDP MTU >= 1200 is not supported when using the official client. !!! warning "" diff --git a/docs/configuration/inbound/hysteria2.zh.md b/docs/configuration/inbound/hysteria2.zh.md index d5e3c533..e5a8e5ea 100644 --- a/docs/configuration/inbound/hysteria2.zh.md +++ b/docs/configuration/inbound/hysteria2.zh.md @@ -25,7 +25,7 @@ } ``` -!!! warning "与原始客户端的兼容性问题" +!!! warning "与官方客户端的兼容性问题" 当使用原始客户端时,不支持 `fastOpen=false` 或者 UDP MTU >= 1200 的用例。 diff --git a/docs/configuration/outbound/hysteria2.md b/docs/configuration/outbound/hysteria2.md index 6d04161d..8d01bb3b 100644 --- a/docs/configuration/outbound/hysteria2.md +++ b/docs/configuration/outbound/hysteria2.md @@ -21,9 +21,9 @@ } ``` -!!! warning "Compatibility issues with original server" +!!! warning "Compatibility issues with the official server" - When using the original server, the use case with `fastOpen=false` or UDP MTU >= 1200 is not supported. + The use case of UDP MTU >= 1200 is not supported when using the official server. !!! warning "" diff --git a/docs/configuration/outbound/hysteria2.zh.md b/docs/configuration/outbound/hysteria2.zh.md index 64ee5538..cc3a2f2b 100644 --- a/docs/configuration/outbound/hysteria2.zh.md +++ b/docs/configuration/outbound/hysteria2.zh.md @@ -21,9 +21,9 @@ } ``` -!!! warning "与原始服务器的兼容性问题" +!!! warning "与官方服务器的兼容性问题" - 当使用原始服务器时,不支持 `fastOpen=false` 或者 UDP MTU >= 1200 的用例。 + 当使用原始服务器时,不支持 UDP MTU >= 1200 的用例。 !!! warning ""