mirror of
https://github.com/lush2020/edgetunnel.git
synced 2026-03-21 17:12:33 +08:00
修复错误UUID提示
This commit is contained in:
2
明文源码.js
2
明文源码.js
@@ -200,7 +200,7 @@ export default {
|
||||
} else {
|
||||
if (env.URL302) return Response.redirect(env.URL302, 302);
|
||||
else if (env.URL) return await 代理URL(env.URL, url);
|
||||
else return new Response(``, { status: 404 });
|
||||
else return new Response('不用怀疑!你UUID就是错的!!!', { status: 404 });
|
||||
}
|
||||
} else {
|
||||
socks5Address = url.searchParams.get('socks5') || socks5Address;
|
||||
|
||||
Reference in New Issue
Block a user