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

v1.5.0 UI中配置完后,json无变化。 #209

@nbjyk

Description

@nbjyk

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

  1. V2RayX版本1.5.0,系统版本 macOS 10.14.2

  2. 不正常行为:在Configure中添加了服务器信息,保存并选择。再View current config.json,现实的配置无变化。也无法使用。似乎UI中编辑的信息,并不会改变config.json的内容。内容如下:

{
  "dns" : {
    "servers" : [
      "localhost"
    ]
  },
  "inbounds" : [
    {
      "listen" : "127.0.0.1",
      "port" : 1081,
      "protocol" : "socks",
      "tag" : "socksinbound",
      "settings" : {
        "auth" : "noauth",
        "udp" : false,
        "ip" : "127.0.0.1"
      }
    },
    {
      "listen" : "127.0.0.1",
      "port" : 8001,
      "protocol" : "http",
      "tag" : "httpinbound",
      "settings" : {
        "timeout" : 0
      }
    }
  ],
  "outbounds" : [
    {
      "tag" : "direct",
      "protocol" : "freedom",
      "settings" : {

      }
    }
  ],
  "routing" : {
    "name" : "all_to_direct",
    "domainStrategy" : "AsIs",
    "rules" : [
      {
        "type" : "field",
        "outboundTag" : "direct",
        "port" : "0-65535"
      }
    ]
  },
  "log" : {
    "error" : "\/var\/folders\/bd\/dn7z3q0x73n0w7fwlycw2w7h0000gn\/T\/cenmrev.v2rayx.log\/error.log",
    "loglevel" : "info",
    "access" : "\/var\/folders\/bd\/dn7z3q0x73n0w7fwlycw2w7h0000gn\/T\/cenmrev.v2rayx.log\/access.log"
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions