如何在 XrayR 中使用
使用文档
获取您的UUID
访问下方网址获取您的UUID
编辑您的 XrayR config.yml 配置文件
需要去除RouteConfigPath和OutboundConfigPath路径的 # 号
改后无法启动请检查文件路径是否正确
改前:
RouteConfigPath: #/etc/XrayR/route.json # Path to route config, check https://xtls.github.io/config/routing.html for help
InboundConfigPath: # /etc/XrayR/custom_inbound.json # Path to custom inbound config, check https://xtls.github.io/config/inbound.html for help
OutboundConfigPath: #/etc/XrayR/custom_outbound.json # Path to custom outbound config, check https://xtls.github.io/config/outbound.html for help
改后:
RouteConfigPath: /etc/XrayR/route.json # Path to route config, check https://xtls.github.io/config/routing.html for help
InboundConfigPath: # /etc/XrayR/custom_inbound.json # Path to custom inbound config, check https://xtls.github.io/config/inbound.html for help
OutboundConfigPath: /etc/XrayR/custom_outbound.json # Path to custom outbound config, check https://xtls.github.io/config/outbound.html for help
自动生成该配置文件
把生成出来的代码全部替换 custom_outbound.json 即可
出口信息请在面板左侧 服务信息 中查看!!!
填写指定的出口解锁的是 route.json 配置生成器中标识为 跨国 的流媒体
改后无法启动请检查文件中空格有没有误删
如果address,port,password中有填错的则会无法上网
自动生成该配置文件
把生成出来的代码全部替换 route.json 即可
改后无法启动请检查文件中空格有没有误删
改后无法启动请检查文件中倒数第4行中有没有"," 如有请去除
添加更多域名规则
访问下方网址查看
如果要添加netflix规则,则在该网址中搜索netflix
更改完后重启 XrayR 即可