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

配置完能ping到,但是依然无法翻过去 #1385

Open
palespring opened this issue Jan 10, 2024 · 4 comments
Open

配置完能ping到,但是依然无法翻过去 #1385

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

Comments

@palespring
Copy link

palespring commented Jan 10, 2024

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

  1. 你正在使用的 V2RayU 和 Mac 版本 ?

    MAC:Intel I7 ,OS:10.15.7
    V2rayU: 4.1

  2. 你遇到的问题是什么?(请描述具体现象,比如访问超时,TLS 证书错误等)

    我有另外一个工具(v2rayX),这个上面我的配置是可以正常进行访问网站和使用其他软件的,但是当我把配置导出json,然后再导入v2rayU之后,保存,PAC模式,无法翻墙,全局也不行,是我缺少了什么步骤吗

  3. 请附上你的配置(提交 Issue 前请隐藏服务器端IP地址)。

    {
  "log": {
    "error": "/Users/xxx/.V2rayU/v2ray-core.log",
    "loglevel": "info",
    "access": "/Users/xxx/.V2rayU/v2ray-core.log"
  },
  "inbounds": [
    {
      "listen": "127.0.0.1",
      "protocol": "socks",
      "settings": {
        "udp": true,
        "auth": "noauth"
      },
      "port": "1081"
    },
    {
      "listen": "127.0.0.1",
      "protocol": "http",
      "settings": {
        "timeout": 360
      },
      "port": "8080"
    }
  ],
  "outbounds": [
    {
      "mux": {
        "enabled": true,
        "concurrency": 8
      },
      "protocol": "vmess",
      "streamSettings": {
        "network": "tcp",
        "tcpSettings": {
          "header": {
            "type": "none"
          }
        },
        "security": "none"
      },
      "tag": "proxy",
      "settings": {
        "vnext": [
          {
            "address": "保密",
            "users": [
              {
                "id": "保密",
                "alterId": 4,
                "level": 1,
                "security": "auto"
              }
            ],
            "port": 保密
          }
        ]
      }
    },
    {
      "tag": "direct",
      "protocol": "freedom",
      "settings": {
        "domainStrategy": "UseIP",
        "userLevel": 0
      }
    },
    {
      "tag": "block",
      "protocol": "blackhole",
      "settings": {
        "response": {
          "type": "none"
        }
      }
    }
  ],
  "dns": {
    "servers": [
      "localhost"
    ]
  },
  "routing": {
    "settings": {
      "domainStrategy": "AsIs",
      "rules": []
    }
  }
}
  1. 请附上出错时软件输出的错误日志。
    Xray 1.8.4 (Xray, Penetrates Everything.) Custom (go1.21.0 darwin/amd64)
A unified platform for anti-censorship.
2024/01/10 15:15:22 [Info] infra/conf/serial: Reading config: config.json
2024/01/10 15:15:22 [Info] app/dns: DNS: created localhost client
2024/01/10 15:15:22 [Info] transport/internet/tcp: listening TCP on 127.0.0.1:1081
2024/01/10 15:15:22 [Info] transport/internet/udp: listening UDP on 127.0.0.1:1081
2024/01/10 15:15:22 [Info] transport/internet/tcp: listening TCP on 127.0.0.1:8080
2024/01/10 15:15:22 [Warning] core: Xray 1.8.4 started
2024/01/10 15:15:22 [Info] [953603163] proxy/http: request to Method [GET] Host [www.gstatic.com] with URL [http://www.gstatic.com/generate_204]
2024/01/10 15:15:22 [Info] [953603163] app/dispatcher: default route for tcp:www.gstatic.com:80
2024/01/10 15:15:22 [Info] [953603163] common/mux: dispatching request to tcp:www.gstatic.com:80
2024/01/10 15:15:22 [Info] transport/internet/tcp: dialing TCP to tcp:3.113.66.102:34924
2024/01/10 15:15:22 127.0.0.1:52694 accepted http://www.gstatic.com/generate_204 [proxy]
2024/01/10 15:15:22 [Info] proxy/vmess/outbound: tunneling request to tcp:v1.mux.cool:9527 via 3.113.66.102:34924
2024/01/10 15:15:23 [Info] failed to handler mux client connection > proxy/vmess/outbound: connection ends > proxy/vmess/outbound: failed to read header > common/drain: common/drain: unable to drain connection > EOF > proxy/vmess/encoding: Unable to Read Header Len > EOF
2024/01/10 15:15:23 [Info] common/mux: failed to read metadata > io: read/write on closed pipe
2024/01/10 15:15:23 [Info] [953603163] common/mux: failed to fetch all input > io: read/write on closed pipe
2024/01/10 15:15:23 [Warning] [953603163] proxy/http: failed to read response from www.gstatic.com > unexpected EOF
2024/01/10 15:15:23 [Info] [953603163] app/proxyman/inbound: connection ends > proxy/http: failed to read http request > EOF

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

@palespring palespring added the bug Something isn't working label Jan 10, 2024
@gavinhere
Copy link

跟我用3.8版本的时候一样,配置完能ping通,但是就是无法翻墙,然后我卸载安装了4.1就正常了,唯一不好的就是休眠后唤醒会有几秒钟的无响应然后就好了.我是M2的OS14.3.你尝试下卸载安装另外的版本试试

@palespring
Copy link
Author

palespring commented Feb 24, 2024 via email

@zbc-sky
Copy link

zbc-sky commented May 12, 2024

你好, 你这个问题解决了吗?我也遇到同样的问题了, 安装了4.1 4.0 3.8均可正常ping,都不能翻墙

@palespring
Copy link
Author

palespring commented May 12, 2024 via email

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