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
中转机里使用了v2bx在1111端口搭建了reality,outbound里添加了落地机的socks代理作为出站,现在想要实现客户端使用这个 reality 协议落地的 IP 是落地机的,那就需要在 v2bx 里面写配置文件,使得1111端口的流量都走 socks 出站。
3xui里的可以添加的规则是如下:
{ "type": "field", "inboundTag": [ "inbound-1111" ], "outboundTag": "luodiji-socks" } 这个inboundtag "inbound-1111" 应该是3xui自己给入站加的标签,在v2bx里面也这样依葫芦画瓢并不会生效,那在v2bx里应该怎样添加 route 规则,使得1111端口的流量都走socks出站呢?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
中转机里使用了v2bx在1111端口搭建了reality,outbound里添加了落地机的socks代理作为出站,现在想要实现客户端使用这个 reality 协议落地的 IP 是落地机的,那就需要在 v2bx 里面写配置文件,使得1111端口的流量都走 socks 出站。
3xui里的可以添加的规则是如下:
{
"type": "field",
"inboundTag": [
"inbound-1111"
],
"outboundTag": "luodiji-socks"
}
这个inboundtag "inbound-1111" 应该是3xui自己给入站加的标签,在v2bx里面也这样依葫芦画瓢并不会生效,那在v2bx里应该怎样添加 route 规则,使得1111端口的流量都走socks出站呢?
The text was updated successfully, but these errors were encountered: