侧边栏壁纸
  • 累计撰写 54 篇文章
  • 累计创建 71 个标签
  • 累计收到 1 条评论

目 录CONTENT

文章目录

x-ui Netflix Disneyplus 奈飞 迪斯尼 D+分流解锁

Seger
2022-09-12 / 0 评论 / 0 点赞 / 362 阅读 / 328 字

文本内这三项更改成自己解锁鸡x-ui节点的相应参数
“address”: “xxxxxx.xxxx.xxx.xx”,
“port”: xxxxxxxx
“id”: “xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx”

{
    "api": {
      "services": [
        "HandlerService",
        "LoggerService",
        "StatsService"
      ],
      "tag": "api"
    },
    "inbounds": [
      {
        "listen": "127.0.0.1",
        "port": 62789,
        "protocol": "dokodemo-door",
        "settings": {
        "enabled": true,
	    "destOverride": ["http", "tls"]
        },
        "tag": "api"
      }
    ],
    "outbounds": [
      {
        "protocol": "freedom",
        "settings": {}
      },
      {
        "protocol": "blackhole",
        "settings": {},
        "tag": "blocked"
      },
      {
        "tag": "netflix",
        "protocol": "vmess",
        "settings": {
          "vnext": [
            {
              "address": "xxxxxx.xxxx.xxx.xx",
              "port": xxxxxxxx,
              "users": [
                {
                  "id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
                  "security": "auto",
                  "alterId": 0
                }
              ]
            }
          ]
        }
      }   
    ],
    "policy": {
      "system": {
        "statsInboundDownlink": true,
        "statsInboundUplink": true
      }
    },
    "routing": {
      "rules": [
        {
          "inboundTag": [
            "api"
          ],
          "outboundTag": "api",
          "type": "field"
        },
        {
          "ip": [
            "geoip:private"
          ],
          "outboundTag": "blocked",
          "type": "field"
        },
        {
          "outboundTag": "blocked",
          "protocol": [
            "bittorrent"
          ],
          "type": "field"
        },
        {
          "type": "field",
          "outboundTag": "netflix",
          "domain": [
          "geosite:netflix",
          "bamgrid.com",
          "disney-plus.net",
          "disneyplus.com",
          "disneyplus.com.ssl.sc.omtrdc.net",
          "dssott.com",
          "dssott.com.akamaized.net",
          "cdn.registerdisney.go.com",
          "cws.conviva.com",
          "braze.com"
        ]
        }     
      ]
    },
    "stats": {}
  }
0

评论区