Hork

Results 20 comments of Hork

I did a similar project to this on 06cb:0078. I will post my work later.

You can check it [here](https://github.com/aliyuchang33/Synaptics78).

``` { "protocol": "loopback", "settings": { }, "tag": "loopback" } ``` 基本上就是这样,然后route里边写出口为loopback就行,官方介绍在[这里](https://www.v2fly.org/config/protocols/loopback.html#outboundconfigurationobject),但那个inboundTag好像没啥用,自定义route的话

就我实际使用中来说是不需要的,它文档里边好像也没有streamSettings的设置

我记得xray好像不支持loopback吧

麻烦把这个outbound markdown一下,我试试先

emm,我的意思是,那段json,主要是我的是21.02.0,没得这个文件

实测可行,我的usecase是反向代理回来,然后试了下不要Inboundtag自己写route rule,或者直接在inboundTag里填那个reverse的tag,都可以用

[Reverse](https://www.v2ray.com/chapter_02/reverse.html)里边有个tag,比如我的是这样的 ``` "reverse": { "bridges": [ { "tag": "bridge", "domain": "xxx.xxx.xxx" } ] }, ```

没事,慢慢来,不急,谢谢