mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-05-11 08:56:34 +00:00
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
Block a user