V2rayU
V2rayU copied to clipboard
升级4.2.5版本以后 勾选随系统启动但是启动不了
提交 Issue 之前请先在issue上搜索是否有相似问题, 看看能不能解决问题 (有太多相同的issue,没精力处理)。 除非特殊情况,请完整填写以下所有问题,不按模板发的 issue 将直接被关闭。
- 你正在使用的 V2RayU 和 Mac 版本 ? 4.2.5 V2RayU , Mac 11.2.3
- 你遇到的问题是什么?(请描述具体现象,比如访问超时,TLS 证书错误等) 勾选随系统启动但是启动不了
- 请附上你的配置(提交 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": "vless",
"streamSettings": {
"tcpSettings": {
"header": {
"type": "none"
}
},
"xtlsSettings": {
"serverName": "www.XXX.xyz",
"allowInsecure": false,
"fingerprint": "chrome"
},
"security": "xtls",
"network": "tcp"
},
"tag": "proxy",
"settings": {
"vnext": [
{
"address": "www.XXX.xyz",
"users": [
{
"encryption": "none",
"id": "XXXXXXXXx",
"level": 0,
"flow": "xtls-rprx-direct"
}
],
"port": 443
}
]
}
},
{
"tag": "direct",
"protocol": "freedom",
"settings": {
"domainStrategy": "UseIP",
"userLevel": 0
}
},
{
"tag": "block",
"protocol": "blackhole",
"settings": {
"response": {
"type": "none"
}
}
}
],
"dns": {},
"routing": {
"domainStrategy": "AsIs",
"rules": [
{
"type": "field",
"ip": [
"geoip:cn",
"geoip:private"
],
"outboundTag": "direct"
},
{
"type": "field",
"outboundTag": "direct",
"domain": [
"geosite:cn",
"localhost"
]
}
],
"balancers": []
}
}
- 请附上出错时软件输出的错误日志。
// 在这里附上日志信息
请预览一下你填的内容再提交。
+1
+1,希望能修复下,每次重启点有点头疼
+1