Skip to content

Commit

Permalink
更新 worker-with-socks5-experimental.js change @qq.com with Unicode
Browse files Browse the repository at this point in the history
  • Loading branch information
zizifn authored Oct 11, 2024
1 parent 4221293 commit 5a112a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/worker-with-socks5-experimental.js
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ function socks5AddressParser(address) {
* @returns {string}
*/
function getVLESSConfig(userID, hostName) {
const vlessMain = `vless://${userID}@${hostName}:443?encryption=none&security=tls&sni=${hostName}&fp=randomized&type=ws&host=${hostName}&path=%2F%3Fed%3D2048#${hostName}`
const vlessMain = `vless://${userID}\u0040${hostName}:443?encryption=none&security=tls&sni=${hostName}&fp=randomized&type=ws&host=${hostName}&path=%2F%3Fed%3D2048#${hostName}`
return `
################################################################
v2ray
Expand Down

0 comments on commit 5a112a0

Please sign in to comment.