TUN-2725: Specify in code that --edge is for internal testing only

This commit is contained in:
Adam Chalmers 2020-02-19 16:16:13 -06:00
parent a60c0273f5
commit a83b6a2155
1 changed files with 1 additions and 1 deletions

View File

@ -690,7 +690,7 @@ func tunnelFlags(shouldHide bool) []cli.Flag {
}),
altsrc.NewStringSliceFlag(&cli.StringSliceFlag{
Name: "edge",
Usage: "Address of the Cloudflare tunnel server.",
Usage: "Address of the Cloudflare tunnel server. Only works in Cloudflare's internal testing environment.",
EnvVars: []string{"TUNNEL_EDGE"},
Hidden: true,
}),