YiqingG
YiqingG
> 这个应该和 #596 是类似的请求吧?服务端 ACL 目前 proxy 和 direct 的处理方式是一样的(如果没有设置 socks5 outbound 就都是直连,如果设置了就都是走 socks5 outbound),如果改成在设置了 socks5 outbound 的情况下,proxy 是走 outbound 而 direct 依然是直连 应该可以满足你的这个需求? 您好,请问是修改服务器端的/etc/hihy/acl/hihyServer.acl 这个文件么?不太清楚acl文件格式,比如proxy特定的 xxx.com(包含子域名)到socks5://127.0.0.1:端口号,需要如何编写,谢谢!
> 这个应该和 #596 是类似的请求吧?服务端 ACL 目前 proxy 和 direct 的处理方式是一样的(如果没有设置 socks5 outbound 就都是直连,如果设置了就都是走 socks5 outbound),如果改成在设置了 socks5 outbound 的情况下,proxy 是走 outbound 而 direct 依然是直连 应该可以满足你的这个需求? 我尝试写入 proxy domain-suffix xxx.com sock5/127.0.0.1:1234 是无法运行的
> Hysteria 请问xray的配置中怎么写入inbound呢 不太清楚hysteria用的是什么outbound
> > 我尝试写入 proxy domain-suffix xxx.com sock5/127.0.0.1:1234 是无法运行的 > > 我现在的临时解决方案是: 服务端本机搭建一个v2ray监听本地 1080 端口, 然后把hystaria接收到的所有流量都转交给v2ray来分流, 需要在hysteria的原有配置上加一个 > > ``` > "socks5_outbound": { > "server": "127.0.0.1:1080" > } > ``` >...
> > 我尝试写入 proxy domain-suffix xxx.com sock5/127.0.0.1:1234 是无法运行的 > > 我现在的临时解决方案是: 服务端本机搭建一个v2ray监听本地 1080 端口, 然后把hystaria接收到的所有流量都转交给v2ray来分流, 需要在hysteria的原有配置上加一个 > > ``` > "socks5_outbound": { > "server": "127.0.0.1:1080" > } > ``` >...
> 你把配置文件贴出来, 我看哪里出问题 不好意思占用您时间,刚把正常的网络修复 1. hysteria我是用脚本一键配置的,根据您给出的outbound,在/etc/hihy/conf/hihyServer.json 中增加一行后,systemctl restart hihy `"protocol": "wechat-video", "acme": { "domains": [ "daili yumin" ], "socks5_outbound": { "server": "127.0.0.1:1080" 后面省略 }` 2. 一键安装v2ray `bash
@onlyJinx 收到 感谢
@onlyJinx 重启了,直接40000什么都打不开,我感觉可能不是v2ray的问题,应该是hysteria 配置出口有错误 我是直接我需改/etc/hihy/conf/hihyServer.json在重启的,不知道对不对 { "listen": ":18181", "protocol": "wechat-video", "acme": { "domains": [ "域名.top" ], **"socks5_outbound": { "server": "127.0.0.1:1080" }** "email": "pekora@域名" },