XrayR Backend Network Settings

Server Transport(Network) Settings

TCP

{
  "transport" : "tcp",
  "acceptProxyProtocol": false,
  "flow" : "xtls-rprx-vision",
  "header": {
    "type": "none"
  }
}

TCP + HTTP (obfuscation)

{
  "transport" : "tcp",
  "acceptProxyProtocol": false,
  "header": {
    "type": "http",
    "request": {
      "path": "/xmplus",
      "headers": {
        "Host": "x.tld.com"
      }
    }
  }
}

WS

{
  "transport" : "ws",
  "acceptProxyProtocol": false,
  "path": "/xmplus",
  "headers": {
    "Host": "x.tld.com"
  }
}

H2

{
  "transport" : "h2",
  "acceptProxyProtocol": false,
  "host": "x.tld.com",
  "path": "/xmplus"
}

GRPC

{
  "transport" : "grpc",
  "acceptProxyProtocol": false,
  "serviceName": "xmplus"
}

QUIC

backend quic transport failed to start run command: sysctl -w net.core.rmem_max=2500000

Increase buffer size quic udp problem

{
  "transport" : "quic",
  "acceptProxyProtocol": false,
  "header": {
    "type": "none"
  }
}

KCP

{
  "transport" : "kcp",
  "acceptProxyProtocol": false,
  "header": {
    "type": "none"
  }
}

results matching ""

    No results matching ""