V2rayU Mac上不能上墙
wensaochen opened this issue · 10 comments
提交 Issue 之前请先在issue上搜索是否有相似问题, 看看能不能解决问题 (有太多相同的issue,没精力处理)。
除非特殊情况,请完整填写以下所有问题,不按模板发的 issue 将直接被关闭。
-
你正在使用的 V2RayU 和 Mac 版本 ?
V2RayU v.4.2.5 MacOs Sanoma 14.2 -
你遇到的问题是什么?(请描述具体现象,比如访问超时,TLS 证书错误等)
一开始可以连上的,后来突然有一天不行了。尝试关闭防火墙也没用。
节点在其他客户端设备(iOS,软路由,AppleTv)都可以正常翻墙连上。
但是本机ping还是可以通。 -
请附上你的配置(提交 Issue 前请隐藏服务器端IP地址)。
// 在这里附上配置信息
{
"log": {
"loglevel": "info",
"error": "/Users/wenchen/.V2rayU/v2ray-core.log",
"access": "/Users/wenchen/.V2rayU/v2ray-core.log"
},
"inbounds": [
{
"protocol": "socks",
"settings": {
"auth": "noauth",
"udp": false
},
"port": "1080",
"listen": "127.0.0.1"
},
{
"port": "1087",
"listen": "127.0.0.1",
"protocol": "http",
"settings": {
"timeout": 360
}
}
],
"outbounds": [
{
"settings": {
"vnext": [
{
"address": "xxx.xxx.xxx.xxx",
"port": yyyy,
"users": [
{
"id": "12345-abcde-xxxxx-yyyyy-zzz",
"level": 0,
"alterId": 0,
"security": "auto"
}
]
}
]
},
"streamSettings": {
"tcpSettings": {
"header": {
"type": "none"
}
},
"network": "tcp",
"security": "none"
},
"protocol": "vmess",
"mux": {
"enabled": false,
"concurrency": 8
},
"tag": "proxy"
},
{
"protocol": "freedom",
"tag": "direct",
"settings": {
"domainStrategy": "UseIP",
"userLevel": 0
}
},
{
"protocol": "blackhole",
"tag": "block",
"settings": {
"response": {
"type": "none"
}
}
}
],
"dns": {
"dns": {
"servers": [
{
"address": "119.29.29.29",
"port": 53,
"domains": [
"geosite:cn"
],
"expectIPs": [
"geoip:cn"
]
},
{
"address": "8.8.8.8",
"port": 53,
"domains": [
"geosite:geolocation-!cn",
"geosite:speedtest",
"ext:h2y.dat:gfw"
]
},
"1.1.1.1",
"localhost"
]
}
},
"routing": {
"rules": [],
"domainStrategy": "AsIs",
"balancers": []
}
}
- 请附上出错时软件输出的错误日志。
// 在这里附上日志信息
2024/08/10 10:08:10 [Info] infra/conf/serial: Reading config: config.json
2024/08/10 10:08:10 [Info] app/dns: DNS: created localhost client
2024/08/10 10:08:10 [Info] transport/internet/tcp: listening TCP on 127.0.0.1:1080
2024/08/10 10:08:10 [Info] transport/internet/tcp: listening TCP on 127.0.0.1:1087
2024/08/10 10:08:10 [Warning] core: Xray 1.8.20 started
2024/08/10 10:08:11 [Info] [2963202141] proxy/http: request to Method [GET] Host [www.gstatic.com] with URL [http://www.gstatic.com/generate_204]
2024/08/10 10:08:11 [Info] [2963202141] app/dispatcher: default route for tcp:www.gstatic.com:80
2024/08/10 10:08:11 [Info] [2963202141] transport/internet/tcp: dialing TCP to tcp:xxx.xxx.xxx.xxx:yyyy
2024/08/10 10:08:11 127.0.0.1:60972 accepted http://www.gstatic.com/generate_204 [proxy]
2024/08/10 10:08:11 [Info] [2963202141] proxy/vmess/outbound: tunneling request to tcp:www.gstatic.com:80 via [129.146.139.37:11327](xxx.xxx.xxx.xxx:yyyy)
2024/08/10 10:08:11 [Info] [2963202141] app/proxyman/outbound: app/proxyman/outbound: failed to process outbound traffic > proxy/vmess/outbound: connection ends > proxy/vmess/outbound: failed to read header > common/drain: common/drain: unable to drain connection > EOF > proxy/vmess/encoding: Failed To Decrypt Length > cipher: message authentication failed
2024/08/10 10:08:11 [Warning] [2963202141] proxy/http: failed to read response from www.gstatic.com > io: read/write on closed pipe
2024/08/10 10:08:11 [Info] [2963202141] app/proxyman/inbound: connection ends > proxy/http: failed to read http request > EOF
请预览一下你填的内容再提交。
同样的问题,mac刚升级啦(14.6.1 (23G93)),不知道是不是这个问题
一样出现问题,4.0.0可以,升级到4.2.5之后就不能翻墙了
一样出现问题,4.0.0可以,升级到4.2.5之后就不能翻墙了
彻底删除4.2.5,包括文件。重新装旧版本3.9,trojan可以上,vmess还是不行。算了就当能用了。
同样的问题,mac刚升级啦(14.6.1 (23G93)),不知道是不是这个问题
修好啦,我先安装的3.1.0,添加好vmess配置,再覆盖安装最新版本(4.2.5),就OK啦,我怀疑是core版本的问题,core是1.8.x的就OK
我也遇到了同样的问题, 版本是4.2.5,系统是MacOS14.6.1,有大佬解决了吗
同样的问题,mac刚升级啦(14.6.1 (23G93)),不知道是不是这个问题
修好啦,我先安装的3.1.0,添加好vmess配置,再覆盖安装,就OK啦,我怀疑是core版本的问题,core是1.8.x的就OK
这个方式暂时是有效的,大家可尝试一下
我也遇到了同样的问题, 版本是4.2.5,系统是MacOS14.6.1,有大佬解决了吗
参考我的方式
我的也是更新了最新的4.2.5不能用,降级到3.2.0没问题,就不更新了一直用老版本算了
直接用3.1.0 了
亲测使用3.9可以,新版本可能是哪里需要配置;