TUN-2645: Revert "TUN-2645: Turn on reconnect tokens"
This reverts commit 053b2c17f1
.
This commit is contained in:
parent
053b2c17f1
commit
dfe61fda88
|
@ -980,7 +980,6 @@ 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