yanue/V2rayU

VLESS users: "flow" doesn't support "xtls-rprx-vision" in this version

Closed this issue · 0 comments

  1. 你正在使用的 V2RayU 和 Mac 版本 ?
    4.2.2 4.2.5 macmini m4 15.1.1
  2. 你遇到的问题是什么?(请描述具体现象,比如访问超时,TLS 证书错误等)
    [config.json] > infra/conf: VLESS users: "flow" doesn't support "xtls-rprx-vision" in this version
  3. 请附上你的配置(提交 Issue 前请隐藏服务器端IP地址)。
    {
    "log": {
        "access": "/Users/jie/.V2rayU/v2ray-core.log",
        "error": "/Users/jie/.V2rayU/v2ray-core.log",
        "loglevel": "info"
    },
    "inbounds": [
        {
            "settings": {
                "udp": true,
                "auth": "noauth"
            },
            "port": "1080",
            "listen": "127.0.0.1",
            "protocol": "socks"
        },
        {
            "protocol": "http",
            "port": "1087",
            "listen": "127.0.0.1",
            "settings": {
                "timeout": 360
            }
        }
    ],
    "outbounds": [
        {
            "settings": {
                "vnext": [
                    {
                        "address": "XXXXXX",
                        "port": 20106,
                        "users": [
                            {
                                "encryption": "none",
                                "flow": "xtls-rprx-vision",
                                "level": 0,
                                "id": ""
                            }
                        ]
                    }
                ]
            },
            "tag": "proxy",
            "protocol": "vless",
            "mux": {
                "concurrency": 8,
                "enabled": false
            },
            "streamSettings": {
                "security": "reality",
                "tcpSettings": {
                    "header": {
                        "type": "none"
                    }
                },
                "realitySettings": {
                    "spiderX": "",
                    "shortId": "xxxxx",
                    "fingerprint": "chrome",
                    "publicKey": "xxxxx",
                    "serverName": "xxxx",
                    "show": true
                },
                "network": "tcp"
            }
        },
        {
            "tag": "direct",
            "protocol": "freedom",
            "settings": {
                "domainStrategy": "UseIP",
                "userLevel": 0
            }
        },
        {
            "settings": {
                "response": {
                    "type": "none"
                }
            },
            "protocol": "blackhole",
            "tag": "block"
        }
    ],
    "dns": {},
    "routing": {
        "rules": [
            {
                "ip": [
                    "geoip:cn",
                    "geoip:private"
                ],
                "type": "field",
                "outboundTag": "direct"
            },
            {
                "type": "field",
                "outboundTag": "direct",
                "domain": [
                    "geosite:cn",
                    "localhost"
                ]
            }
        ],
        "domainStrategy": "AsIs"
    }
}
  1. 请附上出错时软件输出的错误日志。
    2024/11/23 11:33:18 [Info] infra/conf/serial: Reading config: config.json
Failed to start: main: failed to load config files: [config.json] > infra/conf: VLESS users: "flow" doesn't support "xtls-rprx-vision" in this version