From dc5e5da422a22749a4173d304298776281c90728 Mon Sep 17 00:00:00 2001 From: patterniha <71074308+patterniha@users.noreply.github.com> Date: Sun, 3 Aug 2025 16:17:05 +0330 Subject: [PATCH] add `echSockopt` to tls settings --- docs/config/transport.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/config/transport.md b/docs/config/transport.md index 3931b7a..452e1dd 100644 --- a/docs/config/transport.md +++ b/docs/config/transport.md @@ -119,7 +119,8 @@ Reality 是目前最安全的传输加密方案, 且外部看来流量类型和 "masterKeyLog": "", "echServerKeys": "", "echConfigList": "", - "echForceQuery": "" + "echForceQuery": "", + "echSockopt": {} } ```