mirror of
https://github.com/fumiama/terasu-cloudflared.git
synced 2026-06-30 00:50:26 +08:00
TUN-2725: Specify in code that --edge is for internal testing only
This commit is contained in:
@@ -690,7 +690,7 @@ func tunnelFlags(shouldHide bool) []cli.Flag {
|
|||||||
}),
|
}),
|
||||||
altsrc.NewStringSliceFlag(&cli.StringSliceFlag{
|
altsrc.NewStringSliceFlag(&cli.StringSliceFlag{
|
||||||
Name: "edge",
|
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"},
|
EnvVars: []string{"TUNNEL_EDGE"},
|
||||||
Hidden: true,
|
Hidden: true,
|
||||||
}),
|
}),
|
||||||
|
|||||||
Reference in New Issue
Block a user