帮我分析下 xray 入站、warp 出站的这个配置文件,为啥重启 xray,服务直接挂了

4 天前
 Lukedis
  "inbounds": [
    {
      "port": 443,
      "protocol": "vless",
      "settings": {
        "clients": [
          {
            "id": "",
            "flow": "xtls-rprx-vision"
          }
        ],
        "decryption": "none"
      },
      "streamSettings": {
        "network": "tcp",
        "security": "reality",
        "realitySettings": {
          "dest": "1.1.1.1:443",
          "serverNames": [
            ""
          ],
          "privateKey": "",
          "shortIds": [
            ""
          ]
        }
      },
      "sniffing": {
        "enabled": true,
        "destOverride": [
          "http",
          "tls",
          "quic"
        ],
        "routeOnly": true
      }
    }
  ],
  "outbounds": [
    {
      "tag": "direct",
      "protocol": "freedom"
    },
    {
      "tag": "warp",
      "protocol": "socks",
      "settings": {
        "servers": [
          {
            "address": "127.0.0.1",
            "port": 2333
          }
        ]
      }
    }
  ],
  "routing": {
    "rules": [
      {
        "type": "field",
        "outboundsTag": "warp",
        "domain": [
          "geosite:netflix",
          "domain:openai.com",
          "domain:ai.com"
        ]
      }
    ]
  }
}```
264 次点击
所在节点    OpenAI
5 条回复
6JSh5b6Q5Z2k
4 天前
ai 拒绝回答
Lukedis
4 天前
@6JSh5b6Q5Z2k 我让 ChatGPT 分析过,好像没啥问题,但是启动报错 neither outboundTag nor balancerTag is specified in routing rule
mrliusg
4 天前
@Lukedis 报错不是说的很清楚了吗? outboundTag 没有
wang9571
4 天前
outboundsTag => outboundTag
Lukedis
4 天前
此帖终结,outboundsTag-> outboundTag ,成功运行

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/1091814

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX