Cenmrev / V2RayX

GUI for v2ray-core on macOS
GNU General Public License v3.0
7.65k stars 1.14k forks source link

导入json文件之后显示 tag direct is reserved,please use another one #223

Open volcano3511 opened 5 years ago

volcano3511 commented 5 years ago

请回答下列问题。不按模板发的 issue 将直接被关闭。

0) 如果你没有遇到任何错误和不正常,请在此处回答你想发表的内容:

1) 你正在使用哪个版本的 V2RayX,你的 macOS 系统版本?

2) 如果你在操作 V2RayX 的时候遇到程序崩溃/无反应,请描述你的操作,之后在命令行(终端.app)里运行/Applications/V2RayX.app/Contents/MacOS/V2RayX,重复上述操作直至软件崩溃,把终端里的输出贴到下面指定的地方。

在这里贴上终端的输出

3) 如果 V2RayX 没有发生崩溃,但是有一些不正常行为,比如上次勾选了 mux,再次打开,mux 的钩没有了。请描述你遇到的不正常行为。

4) 如果 V2RayX 一切正常,但网络依然不如你所预料,请首先把 log level 切换到 debug,再次访问你想访问的网站。然后点击 V2RayX 的 view current config.json,将弹出的浏览器内的配置文件粘贴到下面指定的地方,但是隐藏掉ip/端口/id等信息。

在这里粘贴配置文件内容

然后点击 V2RayX 的view log,把 error.log 中的输出贴到下方:

在这里贴上 error.log

5) 其他你认为可以帮助开发者和你一起解决问题的信息:

kun-qian commented 5 years ago

我也遇到这个问题,同问

volcano3511 commented 5 years ago

看一下你json的tag是不是vmess

是的,需要怎么改吗?

szdosar commented 5 years ago

依次点【Configure...】-->【Advance...】-->在界上选中 tag【direct】,按左下方【-】移除它后保存配置即可。

mela93 commented 5 years ago

@szdosar @Chandler-Lu 两位好我最近看到网上的模版,导入也出现这样的问题, 配置在下面贴出来了,不知道是否能麻烦两位看一下

{
  "inbounds": [
    {
      "port": "1080",
      "protocol": "socks",
      "settings": {
        "auth": "noauth",
        "udp": true
      },
      "tag": "in-0"
    },
    {
      "port": "1081",
      "protocol": "http",
      "settings": {},
      "tag": "in-1"
    }
  ],
  "outbounds": [
    {
      "protocol": "vmess",
      "settings": {
        "vnext": [
          {
            "address": "1.2.3.4",
            "port": 3333,
            "users": [
              {
                "id": "8ef39e0e-3709-47fa-85b5-aadf69906cc9",
                "alterId": 32
              }
            ]
          }
        ]
      },
      "tag": "out-0",
      "streamSettings": {
        "network": "tcp",
        "security": "none",
        "tcpSettings": {}
      }
    },
    {
      "tag": "direct",
      "protocol": "freedom",
      "settings": {}
    },
    {
      "tag": "blocked",
      "protocol": "blackhole",
      "settings": {}
    }
  ],
  "routing": {
    "domainStrategy": "IPOnDemand",
    "rules": [
      {
        "type": "field",
        "ip": ["geoip:private"],
        "outboundTag": "direct"
      }
    ]
  }
}
mrdulin commented 5 years ago

同样的问题,按照@szdosar 说的,软件直接崩溃

moxoro commented 4 years ago

还是用v2rayu好,一次到位,无故障

donghl commented 4 years ago

same

f4cknet commented 4 years ago

v2rayu被查水表了

freeblank commented 2 years ago

i have fix the problem, please set alterId to 0

VMess AEAD will be used when alterId is 0 in V2Ray v4.28.0+