Skip to content

Commit 6526211

Browse files
committed
TUN-4421: Named Tunnels will automatically select the protocol to connect to Cloudflare's edge network
1 parent 103b2ec commit 6526211

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
**Experimental**: This is a new format for release notes. The format and availability is subject to change.
22

3+
## 2021.5.7
4+
### New Features
5+
- Named Tunnels will automatically select the protocol to connect to Cloudflare's edge network.
6+
37
## 2021.5.0
48

59
### New Features

cmd/cloudflared/tunnel/subcommands.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ var (
110110
}
111111
selectProtocolFlag = altsrc.NewStringFlag(&cli.StringFlag{
112112
Name: "protocol",
113-
Value: "h2mux",
113+
Value: "auto",
114114
Aliases: []string{"p"},
115115
Usage: fmt.Sprintf("Protocol implementation to connect with Cloudflare's edge network. %s", connection.AvailableProtocolFlagMessage),
116116
EnvVars: []string{"TUNNEL_TRANSPORT_PROTOCOL"},

0 commit comments

Comments
 (0)