Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V2ray quic (h3) ,cloudflare solution? #2472

Closed
mohsen-armoun opened this issue Apr 20, 2023 · 2 comments
Closed

V2ray quic (h3) ,cloudflare solution? #2472

mohsen-armoun opened this issue Apr 20, 2023 · 2 comments

Comments

@mohsen-armoun
Copy link

Hi, in iran vless+grpc+tls blocked by providers

Is that way to use cloudflare quic to send traffic?
Like grpc cdn ?

@mydogshitgold
Copy link
Contributor

mydogshitgold commented Apr 21, 2023

No, it's currently not possible to use the HTTP/3 offered by Cloudflare to reverse proxy V2Ray's traffic.

QUIC is NOT HTTP/3 and HTTP/3 is NOT QUIC.

Cloudflare does not reverse proxy QUIC traffic, which is used as the transport for the application protocol HTTP/3.

Cloudflare only uses HTTP/3 from client to edge, not from edge to origin.


Theoretically, it is possible to use WebTransport, which is a web API that uses the HTTP/3 protocol as a bidirectional transport. But unfortunately, its not implemented by v2ray and Cloudflare does not support it, yet.


It is possible to use Cloudflare tunnels that use QUIC as transport to forward a TCP from your client to the server.
This requires that you have control of both the domain name and the server.


In the future, please ask questions on the Discussions instead of the issues board. That way we can have a more productive conversation.

@mohsen-armoun
Copy link
Author

Thanks for your answer 🫂🤝🏻🙏🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants