TUN-6503: Fix transport fallback from QUIC in face of dial error "no network activity"

This commit is contained in:
Nuno Diegues
2022-07-06 12:58:33 +01:00
parent ac7fdd5572
commit 7607ead143
3 changed files with 9 additions and 3 deletions

View File

@@ -528,7 +528,7 @@ func tunnelFlags(shouldHide bool) []cli.Flag {
Usage: "Cloudflare Edge ip address version to connect with. {4, 6, auto}",
EnvVars: []string{"TUNNEL_EDGE_IP_VERSION"},
Value: "4",
Hidden: true,
Hidden: false,
}),
altsrc.NewStringFlag(&cli.StringFlag{
Name: tlsconfig.CaCertFlag,