Replies: 5 comments 4 replies
-
|
我这边同样的问题,大量的类似的日志: TUN Inbound 目前只能用隔壁SB的TUN顶一下,没有这种问题。 |
Beta Was this translation helpful? Give feedback.
-
|
如果特定程序支持 socks out,开个 127 的 socks in 即可,loopback 网卡不会进入 autoSystemRoutingTable 路由 |
Beta Was this translation helpful? Give feedback.
-
|
我也有相似需求,如果有人有可工作的设置,请粘贴到此,提前谢过。 |
Beta Was this translation helpful? Give feedback.
-
这是基于4.15版本的一个可用配置,没有回环问题,对dns和流量都进行了分流,但是根据我自己的测试不同设备似乎对于dns查询的行为不太一致,仅供参考。 |
Beta Was this translation helpful? Give feedback.
-
|
楼主有试过最新版(26.4.15)Xray-core吗? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
需求:
要求VboxNetNat.exe所有流量直接走tun进入socks5代理,不考虑分流,考虑部分特殊情况,将对应DNS请求也走代理发出
笔误: 进程名实际为“VboxNetNAT”
遇到的问题:
疑似回环,出现大量类似下面的信息:
2026/04/10 12:31:18.062687 [Info] [2202177587] proxy/tun: processing from udp:169.254.57.70:61747 to udp:169.254.255.255:137
2026/04/10 12:31:18.118735 [Info] [2202177587] app/dispatcher: taking detour [direct] for [udp:169.254.255.255:137]
2026/04/10 12:31:18.118735 from udp:169.254.57.70:61747 accepted udp:169.254.255.255:137 [tun-in -> direct]
2026/04/10 12:31:18.118735 [Info] [2202177587] proxy/freedom: connection opened to udp:169.254.255.255:137, local endpoint [::]:61750, remote endpoint 169.254.255.255:137
目前配置:
Beta Was this translation helpful? Give feedback.
All reactions