From 6232fd35718132cbe0f98c8e9f1e50a096040962 Mon Sep 17 00:00:00 2001 From: monsoon <29970829+monsoon235@users.noreply.github.com> Date: Sat, 14 Oct 2023 22:15:41 +0800 Subject: [PATCH] docs: tips on ShadowTLS --- docs/configuration/inbound/shadowtls.md | 4 ++++ docs/configuration/inbound/shadowtls.zh.md | 4 ++++ docs/configuration/outbound/shadowtls.md | 4 ++++ docs/configuration/outbound/shadowtls.zh.md | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/docs/configuration/inbound/shadowtls.md b/docs/configuration/inbound/shadowtls.md index e8b7ba23..8fdd978f 100644 --- a/docs/configuration/inbound/shadowtls.md +++ b/docs/configuration/inbound/shadowtls.md @@ -33,6 +33,10 @@ } ``` +!!! error "" + + ShadowTLS should be used with other TCP-based protocols together, see [Examples](/examples/shadowtls/). + ### Listen Fields See [Listen Fields](/configuration/shared/listen) for details. diff --git a/docs/configuration/inbound/shadowtls.zh.md b/docs/configuration/inbound/shadowtls.zh.md index 1497ac42..74b58594 100644 --- a/docs/configuration/inbound/shadowtls.zh.md +++ b/docs/configuration/inbound/shadowtls.zh.md @@ -33,6 +33,10 @@ } ``` +!!! error "" + + ShadowTLS 需要和其它基于 TCP 的协议配合使用,参阅 [示例](/zh/examples/shadowtls/)。 + ### 监听字段 参阅 [监听字段](/zh/configuration/shared/listen/)。 diff --git a/docs/configuration/outbound/shadowtls.md b/docs/configuration/outbound/shadowtls.md index 1fa08c77..cfec4c46 100644 --- a/docs/configuration/outbound/shadowtls.md +++ b/docs/configuration/outbound/shadowtls.md @@ -15,6 +15,10 @@ } ``` +!!! error "" + + ShadowTLS should be used with other TCP-based protocols together, see [Examples](/examples/shadowtls/). + ### Fields #### server diff --git a/docs/configuration/outbound/shadowtls.zh.md b/docs/configuration/outbound/shadowtls.zh.md index bb8d0e87..b1938a73 100644 --- a/docs/configuration/outbound/shadowtls.zh.md +++ b/docs/configuration/outbound/shadowtls.zh.md @@ -15,6 +15,10 @@ } ``` +!!! error "" + + ShadowTLS 需要和其它基于 TCP 的协议配合使用,参阅 [示例](/zh/examples/shadowtls/)。 + ### 字段 #### server