cloudflared-mirror/cmd
Julio César Suástegui c049979585 fix: use 'auto' as default protocol for quick tunnels
Quick tunnel was hardcoding 'quic' as the default protocol when no
--protocol flag was specified, ignoring the documented default of 'auto'.

The Cloudflare docs state that 'auto' is the default:
https://developers.cloudflare.com/cloudflare-one/networks/connectors/cloudflare-tunnel/configure-tunnels/run-parameters/#protocol

This caused quick tunnels to always use QUIC even in environments where
HTTP/2 would be preferable or where QUIC is blocked.

Fixes #1609.
2026-04-03 03:25:05 -06:00
..
cloudflared fix: use 'auto' as default protocol for quick tunnels 2026-04-03 03:25:05 -06:00