mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-05-12 13:46:35 +00:00
TUN-5246: Use protocol: quic for Quick tunnels if one is not already set
This commit is contained in:
parent
bb10e1dee5
commit
5148d00516
@ -70,6 +70,10 @@ func RunQuickTunnel(sc *subcommandContext) error {
|
||||
sc.log.Info().Msg(line)
|
||||
}
|
||||
|
||||
if !sc.c.IsSet("protocol") {
|
||||
sc.c.Set("protocol", "quic")
|
||||
}
|
||||
|
||||
return StartServer(
|
||||
sc.c,
|
||||
version,
|
||||
|
Loading…
Reference in New Issue
Block a user