diff --git a/component/tls/reality.go b/component/tls/reality.go index 88445a1e..41079e83 100644 --- a/component/tls/reality.go +++ b/component/tls/reality.go @@ -42,6 +42,7 @@ func GetRealityConn(ctx context.Context, conn net.Conn, fingerprint UClientHello serverName: serverName, } uConfig := &utls.Config{ + Time: ntp.Now, ServerName: serverName, InsecureSkipVerify: true, SessionTicketsDisabled: true,