We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我看是支持这个功能的,但是高阶玩法的介绍好像有点少,摸索失败,来此求助
The text was updated successfully, but these errors were encountered:
简单方便点的直接用 pathname 做就可以了. 你搜索 return await vlessOverWSHandler(request); 在这上面加句 (u => u.pathname != '/' && (proxyIP = u.pathname.slice(1)))(new URL(request.url)) 那你客户端 path 填入 /地址或域名 即可 :)
return await vlessOverWSHandler(request);
(u => u.pathname != '/' && (proxyIP = u.pathname.slice(1)))(new URL(request.url))
Sorry, something went wrong.
No branches or pull requests
我看是支持这个功能的,但是高阶玩法的介绍好像有点少,摸索失败,来此求助
The text was updated successfully, but these errors were encountered: