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

v2ray-core有问题 #1393

Open
qsirwyk opened this issue Jan 19, 2024 · 4 comments
Open

v2ray-core有问题 #1393

qsirwyk opened this issue Jan 19, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@qsirwyk
Copy link

qsirwyk commented Jan 19, 2024

  1. 你正在使用的 V2RayU 和 Mac 版本 ?
    v2rayu 3.8.0 mac 12.7.2

  2. 你遇到的问题是什么?(请描述具体现象,比如访问超时,TLS 证书错误等)
    v2ray 不能正确转发 vmess 流量

  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": "vmess",
      "streamSettings": {
        "network": "tcp",
        "tcpSettings": {
          "header": {
            "type": "none"
          }
        },
        "security": "none"
      },
      "tag": "proxy",
      "settings": {
        "vnext": [
          {
            "address": "x.x.x.x",
            "users": [
              {
                "id": "ed41dd51-feb0-5fad-ee5f-e3348ce0ac52",
                "alterId": 63,
                "level": 0,
                "security": "auto"
              }
            ],
            "port": 10085
          }
        ]
      }
    },
    {
      "tag": "direct",
      "protocol": "freedom",
      "settings": {
        "domainStrategy": "UseIP",
        "userLevel": 0
      }
    },
    {
      "tag": "block",
      "protocol": "blackhole",
      "settings": {
        "response": {
          "type": "none"
        }
      }
    }
  ],
  "dns": {},
  "routing": {
    "settings": {
      "domainStrategy": "AsIs",
      "rules": []
    }
  },
  "transport": {}
}
  1. 请附上出错时软件输出的错误日志。
   2024/01/19 23:13:21 [Info] [1228221290] proxy/vmess/outbound: tunneling request to tcp:www.google.com.hk:443 via x.x.x.x:10085
2024/01/19 23:13:21 [Info] [3284955358] proxy/vmess/outbound: tunneling request to tcp:www.google.com.hk:443 via x.x.x.x:10085
2024/01/19 23:13:22 [Info] [152180076] app/proxyman/inbound: connection ends > proxy/socks: connection ends > context canceled
2024/01/19 23:13:22 [Info] [1188101370] app/proxyman/inbound: connection ends > proxy/socks: connection ends > context canceled
2024/01/19 23:13:22 [Info] [1228221290] app/proxyman/inbound: connection ends > proxy/socks: connection ends > context canceled
2024/01/19 23:13:22 [Info] [3284955358] app/proxyman/inbound: connection ends > proxy/socks: connection ends > context canceled

我的配置其实是正确的 就是 v2ray-core 的问题 使用官方的 v2ray-core 就没有问题 使用本程序自带的v2ray-core 就不能正确转发
这个自带的 v2ray-core 是做了什么处理么

@qsirwyk qsirwyk added the bug Something isn't working label Jan 19, 2024
@alwqx
Copy link

alwqx commented Apr 26, 2024

可能是 V2rayU 使用的 v2ray-core 和服务端不兼容导致的。

假设服务端的版本是v1.8.4, V2rayU 中的 v2ray-core 版本是和软件绑定在一起的,可以手动替换

V2rayU 的 v2ray-core 在电脑上实际运行的地址在目录 ~/.V2rayU/v2ray-core下,我们只需要下载v1.8.4版本的 XTLS/Xray-core 并替换掉 ~/.V2rayU/v2ray-core 中的 v2ray 即可。

这个是临时方案,可以解决问题,不过v2rayU会不定期下载旧版本的 v2ray-core 替换掉新的版本,每次连不上都要重新替换版本

@imkratos
Copy link

可能是 V2rayU 使用的 v2ray-core 和服务端不兼容导致的。

假设服务端的版本是v1.8.4, V2rayU 中的 v2ray-core 版本是和软件绑定在一起的,可以手动替换

V2rayU 的 v2ray-core 在电脑上实际运行的地址在目录 ~/.V2rayU/v2ray-core下,我们只需要下载v1.8.4版本的 XTLS/Xray-core 并替换掉 ~/.V2rayU/v2ray-core 中的 v2ray 即可。

这个是临时方案,可以解决问题,不过v2rayU会不定期下载旧版本的 v2ray-core 替换掉新的版本,每次连不上都要重新替换版本

请问这个自动下载旧版本,有没有可能在哪里关掉呢。。我更新了xray-core,,结果自己没几天就更新回原来的版本了。

@alwqx
Copy link

alwqx commented May 23, 2024

可能是 V2rayU 使用的 v2ray-core 和服务端不兼容导致的。
假设服务端的版本是v1.8.4, V2rayU 中的 v2ray-core 版本是和软件绑定在一起的,可以手动替换
V2rayU 的 v2ray-core 在电脑上实际运行的地址在目录 ~/.V2rayU/v2ray-core下,我们只需要下载v1.8.4版本的 XTLS/Xray-core 并替换掉 ~/.V2rayU/v2ray-core 中的 v2ray 即可。
这个是临时方案,可以解决问题,不过v2rayU会不定期下载旧版本的 v2ray-core 替换掉新的版本,每次连不上都要重新替换版本

请问这个自动下载旧版本,有没有可能在哪里关掉呢。。我更新了xray-core,,结果自己没几天就更新回原来的版本了。

我看设置或者官方文档没找到如何关闭,可能要去看源代码了

@imkratos
Copy link

可能是 V2rayU 使用的 v2ray-core 和服务端不兼容导致的。
假设服务端的版本是v1.8.4, V2rayU 中的 v2ray-core 版本是和软件绑定在一起的,可以手动替换
V2rayU 的 v2ray-core 在电脑上实际运行的地址在目录 ~/.V2rayU/v2ray-core下,我们只需要下载v1.8.4版本的 XTLS/Xray-core 并替换掉 ~/.V2rayU/v2ray-core 中的 v2ray 即可。
这个是临时方案,可以解决问题,不过v2rayU会不定期下载旧版本的 v2ray-core 替换掉新的版本,每次连不上都要重新替换版本

请问这个自动下载旧版本,有没有可能在哪里关掉呢。。我更新了xray-core,,结果自己没几天就更新回原来的版本了。

我看设置或者官方文档没找到如何关闭,可能要去看源代码了

我换了4.1 版本了,我看更新日志里说。4.1 版本把自动更新core去掉了。

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

3 participants