TUN-2785: Use reconnect token by default

This commit is contained in:
Adam Chalmers 2020-03-04 14:15:17 -06:00
parent 6624a24040
commit 6b3e2b020b
1 changed files with 1 additions and 0 deletions

View File

@ -980,6 +980,7 @@ func tunnelFlags(shouldHide bool) []cli.Flag {
altsrc.NewBoolFlag(&cli.BoolFlag{
Name: "use-reconnect-token",
Usage: "Test reestablishing connections with the new 'reconnect token' flow.",
Value: true,
EnvVars: []string{"TUNNEL_USE_RECONNECT_TOKEN"},
Hidden: true,
}),