Replies: 2 comments 2 replies
-
同样的问题,用的bandwagon,也是脚本更新后出现问题,刚试了4.33.0恢复正常,应该是版本的问题。 服务器配置: {
"inbounds": [{
"port": 9527,
"protocol": "vmess",
"settings": {
"clients": [
{
"id": "手动打码",
"level": 1,
"alterId": 64
}
]
}
}],
"outbounds": [{
"protocol": "freedom",
"settings": {}
},{
"protocol": "blackhole",
"settings": {},
"tag": "blocked"
}],
"routing": {
"rules": [
{
"type": "field",
"ip": ["geoip:private"],
"outboundTag": "blocked"
}
]
}
} V2rayU 客户端配置: {
"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": "1088"
}
],
"outbounds": [
{
"mux": {
"enabled": false,
"concurrency": 8
},
"protocol": "vmess",
"streamSettings": {
"network": "tcp",
"tcpSettings": {
"header": {
"type": "none"
}
},
"security": "none"
},
"tag": "proxy",
"settings": {
"vnext": [
{
"address": "107.182.XXX.XXX",
"users": [
{
"id": "手动打码",
"alterId": 64,
"level": 0,
"security": "auto"
}
],
"port": 9527
}
]
}
},
{
"tag": "direct",
"protocol": "freedom",
"settings": {
"domainStrategy": "UseIP",
"userLevel": 0
}
},
{
"tag": "block",
"protocol": "blackhole",
"settings": {
"response": {
"type": "none"
}
}
}
],
"dns": {},
"routing": {
"settings": {
"domainStrategy": "AsIs",
"rules": []
}
},
"transport": {}
} 客户端日志: |
Beta Was this translation helpful? Give feedback.
-
You need delete "alterId": 64 line on client and server (or edit to 0), because since jan 1 2022, it force stopped by new version. for more details , please move to release page. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
是这样的,以前有个国外阿里云ecs,安装了4.33.0,一切正常,最近快到期了,买了一个ucloud香港vps,安装最新版4.44.0,用以前的配置文件,改了域名等,连不上,配置检查了好几遍没有错误。然后怀疑是新版改了什么,然后去官方文档看配置,又按官方文档配置了一遍,同样连不上,客户端是v2rayN下方日志里不提示错误,仅提示accept........xxx,右键检测真连接延迟,显示超时。然后我把v2ray版本降到了4.33.0,配置文件都没改(最新版官方文档的配置文件),然后就连上了。
Beta Was this translation helpful? Give feedback.
All reactions