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)
|
sc.log.Info().Msg(line)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if !sc.c.IsSet("protocol") {
|
||||||
|
sc.c.Set("protocol", "quic")
|
||||||
|
}
|
||||||
|
|
||||||
return StartServer(
|
return StartServer(
|
||||||
sc.c,
|
sc.c,
|
||||||
version,
|
version,
|
||||||
|
|
Loading…
Reference in New Issue