Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

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

Open
volcano3511 opened this issue Feb 27, 2019 · 9 comments

Comments

@volcano3511
Copy link

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

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

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

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

在这里贴上终端的输出
  1. 如果 V2RayX 没有发生崩溃,但是有一些不正常行为,比如上次勾选了 mux,再次打开,mux 的钩没有了。请描述你遇到的不正常行为。

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

在这里粘贴配置文件内容

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

在这里贴上 error.log
  1. 其他你认为可以帮助开发者和你一起解决问题的信息:
@kun-qian
Copy link

我也遇到这个问题,同问

@volcano3511
Copy link
Author

看一下你json的tag是不是vmess

是的,需要怎么改吗?

@szdosar
Copy link

szdosar commented Feb 28, 2019

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

@mela93
Copy link

mela93 commented May 28, 2019

@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
Copy link

mrdulin commented Oct 1, 2019

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

@moxoro
Copy link

moxoro commented Mar 14, 2020

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

@donghl
Copy link

donghl commented Aug 10, 2020

same

@f4cknet
Copy link

f4cknet commented Aug 12, 2020

v2rayu被查水表了

@freeblank
Copy link

i have fix the problem, please set alterId to 0

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants