Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

升级到最新版本后,所有的v2rayu版本都不可用了,更换其他的工具也不行 #1518

Open
lincoln310 opened this issue Nov 25, 2024 · 8 comments
Labels
bug Something isn't working

Comments

@lincoln310
Copy link

lincoln310 commented Nov 25, 2024

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

  1. 你正在使用的 V2RayU 和 Mac 版本 ?
    mac m1 pro 15.1.1
    v2rayu 4.2.5

  2. 你遇到的问题是什么?(请描述具体现象,比如访问超时,TLS 证书错误等)
    1 无法翻墙,包括pac模式和全局模式
    2 根据issue里面其他人的方式,尝试了降低到4.2.3, 3.8.0等版本依然失败。
    3 根据#1496的方式,尝试用brew安装。没找到4.0版本,只有4.2.5,依然不可用
    4 移除v2rayu后,尝试使用其他工具:v2rayn, clashx等皆不可用
    5 我使用的服务在另一台win11上,用v2rayn可正常使用。

目前处于无论如何也翻不了墙的状态,急需解决

  1. 请附上你的配置(提交 Issue 前请隐藏服务器端IP地址)。
    {
  "routing" : {
    "name" : "all_to_main",
    "domainStrategy" : "AsIs",
    "rules" : [
      {
        "type" : "field",
        "outboundTag" : "test server",
        "port" : "0-65535"
      }
    ]
  },
  "inbounds" : [
    {
      "listen" : "127.0.0.1",
      "protocol" : "socks",
      "settings" : {
        "ip" : "127.0.0.1",
        "auth" : "noauth",
        "udp" : false
      },
      "tag" : "socksinbound",
      "port" : 1081
    },
    {
      "listen" : "127.0.0.1",
      "protocol" : "http",
      "settings" : {
        "timeout" : 0
      },
      "tag" : "httpinbound",
      "port" : 8001
    }
  ],
  "dns" : {
    "servers" : [
      "localhost"
    ]
  },
  "log" : {
    "error" : "\/var\/folders\/k2\/d7fl83jd25s9tzcswlsj2wc40000gn\/T\/cenmrev.v2rayx.log\/error.log",
    "loglevel" : "none",
    "access" : "\/var\/folders\/k2\/d7fl83jd25s9tzcswlsj2wc40000gn\/T\/cenmrev.v2rayx.log\/access.log"
  },
  "outbounds" : [
    {
      "sendThrough" : "0.0.0.0",
      "mux" : {
        "enabled" : false,
        "concurrency" : 8
      },
      "protocol" : "vmess",
      "settings" : {
        "vnext" : [
          {
            "address" : "server.cc",
            "users" : [
              {
                "id" : "00000000-0000-0000-0000-000000000000",
                "alterId" : 64,
                "security" : "auto",
                "level" : 0
              }
            ],
            "port" : 10086
          }
        ]
      },
      "tag" : "test server",
      "streamSettings" : {
        "wsSettings" : {
          "path" : "",
          "headers" : {

          }
        },
        "quicSettings" : {
          "key" : "",
          "header" : {
            "type" : "none"
          },
          "security" : "none"
        },
        "tlsSettings" : {
          "allowInsecure" : false,
          "alpn" : [
            "http\/1.1"
          ],
          "serverName" : "server.cc",
          "allowInsecureCiphers" : false
        },
        "sockopt" : {

        },
        "httpSettings" : {
          "path" : "",
          "host" : [
            ""
          ]
        },
        "tcpSettings" : {
          "header" : {
            "type" : "none"
          }
        },
        "kcpSettings" : {
          "header" : {
            "type" : "none"
          },
          "mtu" : 1350,
          "congestion" : false,
          "tti" : 20,
          "uplinkCapacity" : 5,
          "writeBufferSize" : 1,
          "readBufferSize" : 1,
          "downlinkCapacity" : 20
        },
        "security" : "none",
        "network" : "tcp"
      }
    }
  ]
}
  1. 请附上出错时软件输出的错误日志。
    上传到这里了
    // 在这里附上日志信息

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

@lincoln310 lincoln310 added the bug Something isn't working label Nov 25, 2024
@liang530
Copy link

参考解决: clash-verge-rev/clash-verge-rev#1118

@4GUO
Copy link

4GUO commented Nov 29, 2024

我是
mac intel 15.1.1
v2rayu 4.2.5

v2rayu 看不到服务日志。
浏览器层面用[SwitchyOmega]直接转到v2rayu的 http 端口也没有用

ps -ef | grep 4083

image

系统的代理也没正常配置好
image

@tiyee
Copy link

tiyee commented Dec 21, 2024

我也是一样,
同样配置,手机可以,而且跟mac还是同一个局域网。
服务器也可以。
但唯独mac不行,几乎死了issue区的所有方案,都不行。

@4GUO
Copy link

4GUO commented Dec 21, 2024 via email

@tiyee
Copy link

tiyee commented Dec 24, 2024

我也是一样, 同样配置,手机可以,而且跟mac还是同一个局域网。 服务器也可以。 但唯独mac不行,几乎死了issue区的所有方案,都不行。

我退回4.24,4.23都不行,但退回4.22就可以了,神奇..

@sirotaku
Copy link

我也是一样, 同样配置,手机可以,而且跟mac还是同一个局域网。 服务器也可以。 但唯独mac不行,几乎死了issue区的所有方案,都不行。

我也遇到一样的问题,今天突然不行了

@sirotaku
Copy link

我也是一样, 同样配置,手机可以,而且跟mac还是同一个局域网。 服务器也可以。 但唯独mac不行,几乎死了issue区的所有方案,都不行。

我退回4.24,4.23都不行,但退回4.22就可以了,神奇..

我重装到 4.22 也还是不行…

@sirotaku
Copy link

我也是一样, 同样配置,手机可以,而且跟mac还是同一个局域网。 服务器也可以。 但唯独mac不行,几乎死了issue区的所有方案,都不行。

我退回4.24,4.23都不行,但退回4.22就可以了,神奇..

我重装到 4.22 也还是不行…

有意思,昨天几次尝试都不行,包括重启,降级,今天早上发现 4.22 可以用了 ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants