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
提交 Issue 之前请先阅读 Issue 指引,然后回答下面的问题,谢谢。 Please answer the following questions before submitting your issue. Thank you.
"outboundDetour": [ { "protocol": "vmess", "settings": { "vnext": [ { "address": "45.*.*.*", "port": xxxx, "users": [ { "alterId": 31, "id": "XXXX" } ] } ] }, "streamSettings": { "network": "xcp" //此处 xcp 表示 tcp 或 kcp 任意一种情况 }, "tag": "US" }, { "proxySettings": { "tag": "US" }, "protocol": "vmess", "settings": { "vnext": [ { "address": "153.*.*.*", "port": xxxx, "users": [ { "alterId": 31, "id": "XXXX" } ] } ] }, "streamSettings": { "network": "kcp" // 在这里值为 kcp 时会无法联网,tcp 正常 }, "tag": "NewArukas" } ]
如打开 Google 时:
The text was updated successfully, but these errors were encountered:
这是一个问题,设计的时候没考虑到。由于 freedom 不支持 kcp,于是使用 "proxy": {} 的 outbound 也不能使用 kcp。之后会修复这个问题。
Sorry, something went wrong.
下一版本会支持这个设置。需要中转服务器中的 freedom 也使用 network = "kcp" 才可以正常通信。也就是一个连接的两端使用同样的 network。
由于通常 freedom 都会使用 tcp 作为传输方式,所以这个配置意义不大。使用中转服务器的话,还是都用 tcp 好了。
Bump actions/stale from v3.0.11 to v3.0.12 (v2ray#307)
33c41d2
Bumps [actions/stale](https://github.com/actions/stale) from v3.0.11 to v3.0.12. - [Release notes](https://github.com/actions/stale/releases) - [Commits](actions/stale@v3.0.11...44f9eae) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
No branches or pull requests
提交 Issue 之前请先阅读 Issue 指引,然后回答下面的问题,谢谢。
Please answer the following questions before submitting your issue. Thank you.
v2.8
如使用 Chrome 通过 Socks/VMess 浏览网页
当配置像下面这样时无法联网(路由已配置传出为 NewArukas,服务器的 inbound 只有 kcp 和 tcp 的区别,其它如 port, id 等均一致):
如打开 Google 时:
当 streamSettings.network 为 kcp 时能够使用传出代理功能
The text was updated successfully, but these errors were encountered: