Skip to content

🐛Quick Tunnel will ALWAYS use QUIC protocol instead of auto #1609

@wzxjohn

Description

@wzxjohn

Describe the bug
Quick tunnel's default protocol has been set to QUIC instead of auto.

To Reproduce
Run cloudflared tunnel --url http://127.0.0.1

Expected behavior
Use auto as default protocol
https://developers.cloudflare.com/cloudflare-one/networks/connectors/cloudflare-tunnel/configure-tunnels/run-parameters/#protocol

Environment and versions

  • Version: 2026.3.0

Additional context

if !sc.c.IsSet(flags.Protocol) {
_ = sc.c.Set(flags.Protocol, "quic")
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Priority: NormalMinor issue impacting one or more usersType: BugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions