You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using gost as a cloudflared/cloudflare tunnel replacement using the reverse proxy tunnel method, and it works great for HTTP 1.1 and HTTP2, but I'm stuck trying to configure it for HTTP3/quick:
I guess this is possible since the documentation says:
The tunnel itself supports multiplexing. A single tunnel is not limited to a certain type of traffic, but also supports simultaneous transmission of different types of traffic (Web, TCP, UDP).
This is my service configuration.. how would you add or modify it to support HTTP3 using the same ingress?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using gost as a cloudflared/cloudflare tunnel replacement using the reverse proxy tunnel method, and it works great for HTTP 1.1 and HTTP2, but I'm stuck trying to configure it for HTTP3/quick:
I guess this is possible since the documentation says:
This is my service configuration.. how would you add or modify it to support HTTP3 using the same ingress?
Basically my goal is to have gost to TCP and UDP reverse proxying with hostname routing to the final web server
I tried adding another listener with
type
udp
..... but that causes errors because it is trying to listen on
tcp :443
again..Beta Was this translation helpful? Give feedback.
All reactions