TUN-2645: Turn on reconnect tokens

This commit is contained in:
Adam Chalmers 2020-01-13 15:23:42 -06:00
parent 7367827a11
commit 053b2c17f1
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,
}),