Skip to content

Transport Support

v2rayroot edited this page Jun 14, 2026 · 1 revision

Transport Support

V2Root Core maps common share-URI fields into Xray streamSettings.

Networks

  • TCP
  • WebSocket (ws)
  • HTTP transport
  • QUIC
  • mKCP (kcp)
  • gRPC

Security

  • None
  • TLS
  • REALITY

REALITY requires the public key parameter pbk.

Common Parameters

Parameter Meaning
type Transport network
security none, tls, or reality
sni TLS/REALITY server name
fp TLS fingerprint
alpn Comma-separated ALPN
path WS/HTTP path, kCP seed, or gRPC service
host WS/HTTP host
serviceName gRPC service
headerType TCP/kCP/QUIC header type
pbk REALITY public key
sid REALITY short ID
spx REALITY spider path

Shadowsocks Plugins

Supported v2ray-plugin options include WebSocket host/path and TLS settings.

Application code should preserve the original URI because conversion between URI and JSON may not retain fields unknown to the library.

Clone this wiki locally