XrayR-project / XrayR

A Xray backend framework that can easily support many panels. 一个基于Xray的后端框架,支持V2ay,Trojan,Shadowsocks协议,极易扩展,支持多面板对接
https://xrayr-project.github.io/XrayR-doc/
Mozilla Public License 2.0
2.03k stars 818 forks source link

reality after update to commit 169f742 #328

Closed MrVb0 closed 1 year ago

MrVb0 commented 1 year ago

sloved

Septrum101 commented 1 year ago

paste /etc/XrayR/custom_outbound.json file.

MrVb0 commented 1 year ago

.

MrVb0 commented 1 year ago

thanks

Septrum101 commented 1 year ago

Try to use the latest xray-core to check your config is correctly. I didn't see VMESS have this param.

MrVb0 commented 1 year ago

thank you my friend

Septrum101 commented 1 year ago

refer: link I tested your link, it works.


[
  {
    "tag": "direct",
    "protocol": "freedom"
  },
  {
    "tag": "proxy",
    "protocol": "vless",
    "settings": {
      "vnext": [
        {
          "address": "**domain**",
          "port": 443,
          "users": [
            {
              "id": "**uuid**",
              "encryption": "none",
              "flow": "xtls-rprx-vision"
            }
          ]
        }
      ]
    },
    "streamSettings": {
      "network": "tcp",
      "security": "reality",
      "realitySettings": {
        "fingerprint": "chrome",
        "serverName": "**yahoo.com**",
        "publicKey": "**publicKey**",
        "shortId": "",
        "spiderX": ""
      }
    }
  },

  {
    "tag": "socks5-warp",
    "protocol": "socks",
    "settings": {
      "servers": [
        {
          "address": "127.0.0.1",
          "port": 1080
        }
      ]
    }
  },
  {
    "protocol": "blackhole",
    "tag": "block"
  }
]