This commit is contained in:
Julio César Suástegui 2026-04-03 03:25:17 -06:00 committed by GitHub
commit cc95161658
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ func RunQuickTunnel(sc *subcommandContext) error {
}
if !sc.c.IsSet(flags.Protocol) {
_ = sc.c.Set(flags.Protocol, "quic")
_ = sc.c.Set(flags.Protocol, "auto")
}
// Override the number of connections used. Quick tunnels shouldn't be used for production usage,