Skip to content

Commit

Permalink
Update _worker.js
Browse files Browse the repository at this point in the history
  • Loading branch information
yonggekkk authored May 8, 2024
1 parent 0081f53 commit cd71560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vless_workers_pages/_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ async function handleUDPOutBound(webSocket, vlessResponseHeader, log) {
function getVLESSConfig(userID, hostName) {
const wvlessws = `vless://${userID}\u0040www.visa.com.sg:8880?encryption=none&security=none&type=ws&host=${hostName}&path=%2F%3Fed%3D2560#${hostName}`;
const pvlesswstls = `vless://${userID}\u0040www.visa.com.sg:8443?encryption=none&security=tls&type=ws&host=${hostName}&sni=${hostName}&fp=random&path=%2F%3Fed%3D2560#${hostName}`;
const note = `正在使用的ProxyIP${proxyIP}`;
const note = `甬哥博客地址:https://ygkkk.blogspot.com\n甬哥YouTube频道:https://www.youtube.com/@ygkkk\n甬哥TG电报群组:https://t.me/+jZHc6-A-1QQ5ZGVl\n甬哥TG电报频道:https://t.me/+DkC9ZZUgEFQzMTZl\n\n\n正在使用的ProxyIP${proxyIP}`;
if (hostName.includes('pages.dev')) {
return `
==========================配置详解==============================
Expand Down

0 comments on commit cd71560

Please sign in to comment.