1
0
mirror of https://github.com/fumiama/terasu-cloudflared.git synced 2026-06-10 05:04:15 +08:00

TUN-3819: Remove client-side check that deleted tunnels have no connections

This commit is contained in:
Adam Chalmers
2021-02-11 15:22:51 -06:00
parent 89b738f8fa
commit ded9dec4f0
2 changed files with 3 additions and 7 deletions

View File

@@ -102,7 +102,8 @@ var (
forceDeleteFlag = &cli.BoolFlag{
Name: "force",
Aliases: []string{"f"},
Usage: "Allows you to delete a tunnel, even if it has active connections.",
Usage: "Cleans up any stale connections before the tunnel is deleted. cloudflared will not " +
"delete a tunnel with connections without this flag.",
EnvVars: []string{"TUNNEL_RUN_FORCE_OVERWRITE"},
}
selectProtocolFlag = altsrc.NewStringFlag(&cli.StringFlag{