来个大佬看看reality配置,连接后v2raunh不能上网,点测试显示的TLS连接超时

24次阅读

共计 1059 个字符,预计需要花费 3 分钟才能阅读完成。

{
    “inbounds”: [
        {
            “listen”: “0.0.0.0”,
            “port”: 4560,
            “protocol”: “vless”,
            “settings”: {
                “clients”: [
                    {
                        “id”: “xxxxxxxxxxxxx”,
                        “flow”: “xtls-rprx-vision”
                    }
                ],
                “decryption”: “none”
            },
            “streamSettings”: {
                “network”: “tcp”,
                “security”: “reality”,
                “realitySettings”: {
                    “show”: false,
                    “dest”:”xxxxxxxx.xyz:443″,
                    “xver”: 0,
                    “serverNames”: [
                        “xxxxxxxx.xyz”
                    ],
                    “privateKey”: “qKintc9f-E5thquTYTwUjRxISojNoqtWFnYyWWBZkH4”,
                    “minClientVer”: “”,
                    “maxClientVer”: “”,
                    “maxTimeDiff”: 0,
                    “shortIds”: [
                        “be3bac13fe6d0da3”
                    ]
                }
            },
      “sniffing”: {
                “enabled”: true,
                “destOverride”: [
                    “http”,
                    “tls”
                ]
            }
        }
    ]
},
“outbounds”: [
        {
            “protocol”: “freedom”,
            “tag”: “direct”
        }
    ]   
}

正文完
 0