Skip to content

Commit

Permalink
Fix node info and proxy site
Browse files Browse the repository at this point in the history
  • Loading branch information
Misaka-blog committed Aug 1, 2023
1 parent f1e34b7 commit be90ad0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export default {
default:
// return new Response('Not found', { status: 404 });
// For any other path, reverse proxy to 'maimai.sega.jp' and return the original response
url.hostname = Math.random() < 0.5 ? 'maimai.sega.com' : 'maimai.sega.jp';
url.hostname = 'maimai.sega.jp';
url.protocol = 'https:';
request = new Request(url, request);
return await fetch(request);
Expand Down Expand Up @@ -763,7 +763,7 @@ ${vlessLink}
下面是 TLS 端口的节点信息及分享链接,可使用 CF 支持的 TLS 端口:
地址:${hostName} 或 CF 优选 IP
端口:443 或 CF 支持的非 TLS 端口
端口:443 或 CF 支持的 TLS 端口
UUID:${userID}
传输:ws
传输层安全:TLS
Expand Down

0 comments on commit be90ad0

Please sign in to comment.