TUN-2785: Use reconnect token by default
This commit is contained in:
parent
6624a24040
commit
6b3e2b020b
|
@ -980,6 +980,7 @@ func tunnelFlags(shouldHide bool) []cli.Flag {
|
||||||
altsrc.NewBoolFlag(&cli.BoolFlag{
|
altsrc.NewBoolFlag(&cli.BoolFlag{
|
||||||
Name: "use-reconnect-token",
|
Name: "use-reconnect-token",
|
||||||
Usage: "Test reestablishing connections with the new 'reconnect token' flow.",
|
Usage: "Test reestablishing connections with the new 'reconnect token' flow.",
|
||||||
|
Value: true,
|
||||||
EnvVars: []string{"TUNNEL_USE_RECONNECT_TOKEN"},
|
EnvVars: []string{"TUNNEL_USE_RECONNECT_TOKEN"},
|
||||||
Hidden: true,
|
Hidden: true,
|
||||||
}),
|
}),
|
||||||
|
|
Loading…
Reference in New Issue