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. |
||
|---|---|---|
| .. | ||
| access | ||
| cliutil | ||
| flags | ||
| management | ||
| proxydns | ||
| tail | ||
| tunnel | ||
| updater | ||
| app_forward_service.go | ||
| app_service.go | ||
| common_service.go | ||
| generic_service.go | ||
| linux_service.go | ||
| macos_service.go | ||
| main.go | ||
| service_template.go | ||
| windows_service.go | ||