那个老大帮看看,下面Reality协议是不是有问题?

16次阅读

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

谁帮看看, 下面的配置为什么, 在手机移动端, 打不开国内的网站, 还有不能发送推特和看推特的视频
有可能是 CCS 的 IP 被推特限制不能发帖, 但是为什么不能看视频
这个配置是不是有问题

{
    “log”: {
      “loglevel”: “warning”,
      “access”: “/var/log/xray/access.log”,
      “error”: “/var/log/xray/error.log”
    },
    “inbounds”: [
      {
            “listen”: null,
            “port”: ,
            “protocol”: “vless”,
            “settings”: {
                “clients”: [
                    {
                        “id”: “”,
                        “flow”: “xtls-rprx-vision”
                    }
                ],
                “decryption”: “none”
            },
            “streamSettings”: {
                “network”: “tcp”,
                “security”: “reality”,
                “realitySettings”: {
                    “show”: false,
                    “dest”: “www.microsoft.com:443”,
                    “xver”: 0,
                    “serverNames”: [
                        “www.microsoft.com”
                    ],
                    “privateKey”: “”,
                    “shortIds”: [
                        “”
                    ]
                }
            },
            “sniffing”: {
                “enabled”: true,
                “destOverride”: [
                    “http”,
                    “tls”
                ]
            }
        }
    ],
    “outbounds”: [
      {
        “tag”:”common”,
        “protocol”: “freedom”
      },
      {
        “protocol”: “blackhole”,
        “settings”: {},
        “tag”: “blocked”
      }
    ],
    “routing”: {
      “rules”: [
        {
          “type”: “field”,
          “outboundTag”: “common”,
          “network”: “udp,tcp”
        },
        {
          “type”: “field”,
          “outboundTag”: “blocked”,
          “ip”: [
              “geoip:cn”,
              “geoip:private”
          ]
        }
      ]
    },
    “policy”: {
      “statsInboundUplink”: true,
      “statsInboundDownlink”: true,
      “statsOutboundUplink”: true,
      “statsOutboundDownlink”: true
    },
    “dns”: null,
    “transport”: null,
    “stats”: null,
    “reverse”: null,
    “fakeDns”: null
  } 复制代码

正文完
 0