Skip to content

Commit

Permalink
修复了修复bug引起的bug;
Browse files Browse the repository at this point in the history
  • Loading branch information
cmliu committed Jul 16, 2024
1 parent 9bb9dc1 commit a983884
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion _worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ export default {
}
return new Response(JSON.stringify(request.cf, null, 4), { status: 200 });
case `/${fakeUserID}`:
noTLS = 'true';
const fakeConfig = await getVLESSConfig(userID, request.headers.get('Host'), sub, 'CF-Workers-SUB', RproxyIP, url);
return new Response(`${fakeConfig}`, { status: 200 });
case `/${userID}`: {
Expand Down

0 comments on commit a983884

Please sign in to comment.