TUN-6341: Fix default config value for edge-ip-version

This commit is contained in:
Devin Carr 2022-06-02 20:12:15 -07:00
parent ee80e55833
commit 2b0d704777
1 changed files with 1 additions and 0 deletions

View File

@ -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{