1 parent 9335ed7 commit d07a853Copy full SHA for d07a853
1 file changed
_worker.js
@@ -297,7 +297,7 @@ export default {
297
return new Response(订阅内容, { status: 200, headers: responseHeaders });
298
}
299
return new Response('无效的订阅TOKEN', { status: 403 });
300
- }
+ } else if (访问路径 === 'locations') return fetch(new Request('https://speed.cloudflare.com/locations'));
301
} else if (管理员密码) {// ws代理
302
await 反代参数获取(request);
303
return await 处理WS请求(request, userID);
0 commit comments