全球主机交流论坛

标题: xrayr如何使用中转看Netflix [打印本页]

作者: now163-1    时间: 2024-9-5 13:57
标题: xrayr如何使用中转看Netflix
请教大佬们。我自己弄了个v2board的面板,后端用xrayr。
现在弄了个可以看奈非的台湾$$。。。如何修改xrayr的配置route.json,以实现Netflix的流量走tw啊
作者: 脱氧核糖核酸    时间: 2024-9-5 14:07
{
                "domain": [
                    "geosite:netflix"
                ],
                "outboundTag": "xxxTaiWan"
            }
作者: 赤坂    时间: 2024-9-5 14:09
route:
{
            "type": "field",
            "outboundTag": "netflix",
            "domain": [
                "geosite:netflix"
            ]
outbound
{
        "tag": "netflix",
        "protocol": "Shadowsocks"

......

    },
https://xrayr-project.github.io/XrayR-doc/gong-neng-shuo-ming/zi-ding-yi-lu-you-gong-neng-shuo-ming.html
应该是这样吧
作者: now163-1    时间: 2024-9-5 14:17
赤坂 发表于 2024-9-5 14:09
route:
{
            "type": "field",

谢谢。我去研究下。弄好的话,就相当于所有节点都解锁台湾奈非。想想就兴奋。哈哈
作者: lisa1937    时间: 2024-9-5 20:49
singbox解锁。
https://blog.7li7li.cn/internet/warpnetflix/



  1.     "route": {
  2.         "rules": [
  3.             {
  4.                 "domain": [
  5.                     "1.1.1.1"
  6.                 ],
  7.                 "outbound": "direct"
  8.             },
  9.             {
  10.                 "domain": [
  11.                     "fast.com"
  12.                 ],
  13.                 "outbound": "direct"
  14.             },
  15.             {
  16.                 "rule_set": [
  17.                     "geosite-netflix"
  18.                 ],
  19.                 "outbound": "unlock-netflix"
  20.             },
  21.             {
  22.                 "rule_set": [
  23.                     "geosite-disney"
  24.                 ],
  25.                 "outbound": "unlock-disney"
  26.             },
  27.             {
  28.                 "domain_keyword": [
  29.                     "disney"
  30.                 ],
  31.                 "outbound": "unlock-disney"
  32.             },
  33.             {
  34.                 "rule_set": [
  35.                     "geosite-openai"
  36.                 ],
  37.                 "outbound": "unlock-openai"
  38.             },
复制代码





欢迎光临 全球主机交流论坛 (https://443502.xyz/) Powered by Discuz! X3.4