yanue / V2rayU

V2rayU,基于v2ray核心的mac版客户端,用于科学上网,使用swift编写,支持trojan,vmess,shadowsocks,socks5等服务协议,支持订阅, 支持二维码,剪贴板导入,手动配置,二维码分享等
https://github.com/yanue/V2rayU
18.95k stars 2.9k forks source link

升级4.2.5版本以后 勾选随系统启动但是启动不了 #1480

Open FrankRoc opened 3 months ago

FrankRoc commented 3 months ago

提交 Issue 之前请先在issue上搜索是否有相似问题, 看看能不能解决问题 (有太多相同的issue,没精力处理)。 除非特殊情况,请完整填写以下所有问题,不按模板发的 issue 将直接被关闭。

1) 你正在使用的 V2RayU 和 Mac 版本 ? 4.2.5 V2RayU , Mac 11.2.3 2) 你遇到的问题是什么?(请描述具体现象,比如访问超时,TLS 证书错误等) 勾选随系统启动但是启动不了 3) 请附上你的配置(提交 Issue 前请隐藏服务器端IP地址)。

{
  "log": {
    "error": "",
    "loglevel": "info",
    "access": ""
  },
  "inbounds": [
    {
      "listen": "127.0.0.1",
      "protocol": "socks",
      "settings": {
        "udp": false,
        "auth": "noauth"
      },
      "port": "1080"
    },
    {
      "listen": "127.0.0.1",
      "protocol": "http",
      "settings": {
        "timeout": 360
      },
      "port": "1087"
    }
  ],
  "outbounds": [
    {
      "mux": {
        "enabled": false,
        "concurrency": 8
      },
      "protocol": "vless",
      "streamSettings": {
        "tcpSettings": {
          "header": {
            "type": "none"
          }
        },
        "xtlsSettings": {
          "serverName": "www.XXX.xyz",
          "allowInsecure": false,
          "fingerprint": "chrome"
        },
        "security": "xtls",
        "network": "tcp"
      },
      "tag": "proxy",
      "settings": {
        "vnext": [
          {
            "address": "www.XXX.xyz",
            "users": [
              {
                "encryption": "none",
                "id": "XXXXXXXXx",
                "level": 0,
                "flow": "xtls-rprx-direct"
              }
            ],
            "port": 443
          }
        ]
      }
    },
    {
      "tag": "direct",
      "protocol": "freedom",
      "settings": {
        "domainStrategy": "UseIP",
        "userLevel": 0
      }
    },
    {
      "tag": "block",
      "protocol": "blackhole",
      "settings": {
        "response": {
          "type": "none"
        }
      }
    }
  ],
  "dns": {},
  "routing": {
    "domainStrategy": "AsIs",
    "rules": [
      {
        "type": "field",
        "ip": [
          "geoip:cn",
          "geoip:private"
        ],
        "outboundTag": "direct"
      },
      {
        "type": "field",
        "outboundTag": "direct",
        "domain": [
          "geosite:cn",
          "localhost"
        ]
      }
    ],
    "balancers": []
  }
}

4) 请附上出错时软件输出的错误日志。

    // 在这里附上日志信息

请预览一下你填的内容再提交。

fafuzuoluo commented 2 months ago

+1

NameWjp commented 2 months ago

+1,希望能修复下,每次重启点有点头疼