HTTP / 2-Transport
HTTP/2 transport is added in V2Ray 3.17. It is based on standard HTTP/2, and can be proxies through other HTTP server, such as Nginx.
Konfiguration:
{"Host": ["v2ray.com"], "Pfad": "/ random / Pfad"}
Wo:
host: A string array. Each element is a domain. Client picks up a domain at random for each request. Server checks whether the domain in incoming request is in the list.path: HTTP path. Client and server must have the same value.
Tips
- Client und Server müssen TLS für die Kommunikation aktivieren.
- This transport is currently in beta. It may have many bugs. It may also be changed in the future.