TUN-6341: Fix default config value for edge-ip-version
This commit is contained in:
parent
ee80e55833
commit
2b0d704777
|
@ -518,6 +518,7 @@ func tunnelFlags(shouldHide bool) []cli.Flag {
|
|||
Name: "edge-ip-version",
|
||||
Usage: "Cloudflare Edge ip address version to connect with. {4, 6, auto}",
|
||||
EnvVars: []string{"TUNNEL_EDGE_IP_VERSION"},
|
||||
Value: "4",
|
||||
Hidden: true,
|
||||
}),
|
||||
altsrc.NewStringFlag(&cli.StringFlag{
|
||||
|
|
Loading…
Reference in New Issue