Skip to content

Commit

Permalink
Update _worker.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cmliu authored Feb 29, 2024
1 parent 58d894c commit c4eb92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ async function getVLESSConfig(userID, hostName, sub, userAgent, RproxyIP) {
---------------------------------------------------------------
################################################################
`;
} else if (sub && userAgent.includes('mozilla')) {
} else if (sub && userAgent.includes('mozilla') && !userAgent.includes('linux x86')) {
const vlessMain = `vless://${userID}@${hostName}:443?encryption=none&security=tls&sni=${hostName}&fp=randomized&type=ws&host=${hostName}&path=%2F%3Fed%3D2048#${hostName}`;

return `
Expand Down

0 comments on commit c4eb92e

Please sign in to comment.