4 Replies
You should be able to use the
—protocol
flag in the tunnel run command to force it to be HTTP/2 onlyIt works but how do set it as default instead having to specify the flag every time?
Tunnels default to quic over http2 for the their edge connections. If you don't want a flag then you can use an enviroment variable of
TUNNEL_TRANSPORT_PROTOCOL=http2
Thanks!!