From e026ac6a2a43459e964588f14a5f7d564e568297 Mon Sep 17 00:00:00 2001 From: Larvan2 <78135608+Larvan2@users.noreply.github.com> Date: Wed, 22 Mar 2023 23:45:26 +0800 Subject: [PATCH] chore: update xray-core version --- component/tls/reality.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/component/tls/reality.go b/component/tls/reality.go index 3dadb7fd..dd4f3af8 100644 --- a/component/tls/reality.go +++ b/component/tls/reality.go @@ -69,8 +69,8 @@ func GetRealityConn(ctx context.Context, conn net.Conn, ClientFingerprint string binary.BigEndian.PutUint64(hello.SessionId, uint64(time.Now().Unix())) hello.SessionId[0] = 1 - hello.SessionId[1] = 7 - hello.SessionId[2] = 5 + hello.SessionId[1] = 8 + hello.SessionId[2] = 0 copy(hello.SessionId[8:], realityConfig.ShortID[:]) //log.Debugln("REALITY hello.sessionId[:16]: %v", hello.SessionId[:16])