mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-07-27 22:29:57 +00:00
TUN-1028: Unhide cloudflared compression flag
This commit is contained in:
@@ -262,7 +262,6 @@ func Flags() []cli.Flag {
|
|||||||
Value: 0,
|
Value: 0,
|
||||||
Usage: "Use cross-stream compression instead HTTP compression. 0-off, 1-low, 2-medium, >=3-high",
|
Usage: "Use cross-stream compression instead HTTP compression. 0-off, 1-low, 2-medium, >=3-high",
|
||||||
EnvVars: []string{"TUNNEL_COMPRESSION_LEVEL"},
|
EnvVars: []string{"TUNNEL_COMPRESSION_LEVEL"},
|
||||||
Hidden: true,
|
|
||||||
}),
|
}),
|
||||||
altsrc.NewBoolFlag(&cli.BoolFlag{
|
altsrc.NewBoolFlag(&cli.BoolFlag{
|
||||||
Name: "no-chunked-encoding",
|
Name: "no-chunked-encoding",
|
||||||
|
Reference in New Issue
Block a user