From a83b6a2155691455a3517a6c5c5db6e91000d10c Mon Sep 17 00:00:00 2001 From: Adam Chalmers Date: Wed, 19 Feb 2020 16:16:13 -0600 Subject: [PATCH] TUN-2725: Specify in code that --edge is for internal testing only --- cmd/cloudflared/tunnel/cmd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/cloudflared/tunnel/cmd.go b/cmd/cloudflared/tunnel/cmd.go index 62c6c1c4..142f63ef 100644 --- a/cmd/cloudflared/tunnel/cmd.go +++ b/cmd/cloudflared/tunnel/cmd.go @@ -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, }),