Daniel Ding

Results 6 comments of Daniel Ding

分流由 Xray 控制,在指定的设备上设置默认网关即可使其被透明代理。

抱歉,忘了你是主路由了。也许可以给 PS5 设置静态 IP,iptables 中指定来源为该地址的流量走 XRAY 自定义链。另外 XRAY_SELF 不需要的话可以删去。 ```shell iptables -t mangle -A PREROUTING -s -j XRAY ```

这两行都在 XRAY 自定义链当中。

@yuhan6665 I think we should revert changes #2655 and #2659 because the behaviour in the issue is expected. The logic is [inherited from V2Ray](https://github.com/v2ray/v2ray-core/releases/tag/v4.23.0), so these are breaking changes. [多文件配置...

Furthermore, there are bugs when the tag is empty. For example, if there are two config files: `0_log.json` and `1_inbounds.json`. ```json { "log": { "loglevel": "info" } } ``` ```json...

@hossinasaadi Tags are not necessary. For example, I only want to set a simple Socks and HTTP server without tags. In such situation, override is unreasonable.