去评论
dz插件网

x-ui特定域名分流会设置,meck-a脚本里改怎么设置?

左右不逢缘
2023/12/18 08:53:45
这是x-ui面板里的设置,想用到meck-a脚本里去。8合1脚本捣鼓了6个小时没弄好~  好大哥帮帮忙~求求了
{
  "api": {
    "services": [
      "HandlerService",
      "LoggerService",
      "StatsService"
    ],
    "tag": "api"
  },
  "routing": {
    "rules": [
      {
        "type": "field",
        "balancerTag": "balancer",
        "domain": [
          "900cha.com",
          "ip125.com"
        ]
      },
      {
        "inboundTag": [
          "api"
        ],
        "outboundTag": "api",
        "type": "field"
      },
      {
        "ip": [
          "geoip:private"
        ],
        "outboundTag": "blocked",
        "type": "field"
      },
      {
        "outboundTag": "blocked",
        "protocol": [
          "bittorrent"
        ],
        "type": "field"
      }
    ],
    "balancers": [
      {
        "tag": "balancer",
        "selector": [
          "zhuzai_proxy",
        ]
      }
    ]
  },
  "stats": {}
}