Xray-core icon indicating copy to clipboard operation
Xray-core copied to clipboard

Speedtest is not working with xray 1.8.6 and reality

Open CaliforniaMountainSnake opened this issue 2 years ago • 0 comments

I experience strange behaviour of xray 1.8.6 with reality protocol. For example, internet speed tests are not working (ookla and fast.com). Speed tests are woring well with xray 1.8.4 on the same configuration.

Server config:

{
    "log": {
        "loglevel": "warning"
    },
    "inbounds": [
        {
            "listen": "0.0.0.0",
            "port": 443,
            "protocol": "vless",
            "settings": {
                "clients": [
                    {
                        "id": "my_id",
                        "flow": "xtls-rprx-vision"
                    }
                ],
                "decryption": "none"
            },
            "streamSettings": {
                "network": "tcp",
                "security": "reality",
                "realitySettings": {
                    "show": false,
                    "dest": "domain.com:443",
                    "xver": 0,
                    "serverNames": [
                        "domain.com"
                    ],
                    "privateKey": "my_private_key",
                    "maxTimeDiff": 0,
                    "shortIds": [
                        "my_short_id"
                    ]
                }
            }
        }
    ],
    "outbounds": [
        {
            "protocol": "freedom"
        }
    ]
}

Screenshot_20231213_212547

CaliforniaMountainSnake avatar Dec 14 '23 10:12 CaliforniaMountainSnake