最后更新于2年前
XrayR完整支持全部的Xray-core所提供的自定义出口功能,具体启用方式如下:
编写 custom_outbound.json文件,此配置与Xray 出口配置完全相同,请查看:获取帮助。
在config.yml中配置OutboundConfigPath为custom_outbound.json的路径。
config.yml
OutboundConfigPath
[ { "tag": "IPv4_out", "protocol": "freedom" }, { "tag": "IPv6_out", "protocol": "freedom", "settings": { "domainStrategy": "UseIPv6" } }, { "protocol": "blackhole", "tag": "block" } ]