TUN-1028: Unhide cloudflared compression flag
This commit is contained in:
parent
dd2b5e4f3e
commit
653f000294
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue