You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.
中转机里使用了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: