-
Notifications
You must be signed in to change notification settings - Fork 0
Transport Support
v2rayroot edited this page Jun 14, 2026
·
1 revision
V2Root Core maps common share-URI fields into Xray streamSettings.
- TCP
- WebSocket (
ws) - HTTP transport
- QUIC
- mKCP (
kcp) - gRPC
- None
- TLS
- REALITY
REALITY requires the public key parameter pbk.
| 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 |
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.