Skip to content

Commit

Permalink
Bypass CF worker issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
bia-pain-bache committed Apr 16, 2024
1 parent 53b7140 commit abfcf2d
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 @@ -801,7 +801,7 @@ const getNormalConfigs = async (env, hostName, client) => {
let remark = `💦 BPB - ${addr}`;
remark = remark.length <= 30 ? remark : `${remark.slice(0,29)}...`;

vlessWsTls += `vless://${userID}@${addr}:443?encryption=none&security=tls&type=ws&host=${
vlessWsTls += 'vless' + `://${userID}@${addr}:443?encryption=none&security=tls&type=ws&host=${
randomUpperCase(hostName)
}&sni=${
randomUpperCase(hostName)
Expand Down

0 comments on commit abfcf2d

Please sign in to comment.