1
0
mirror of https://github.com/fumiama/terasu-cloudflared.git synced 2026-06-10 05:04:15 +08:00

TUN-4698: Add cloudflared metrics endpoint to serve quick tunnel hostname

This commit is contained in:
Rishabh Bector
2021-07-09 12:10:43 -05:00
committed by Sudarsan Reddy
parent d678584d89
commit 59cae0f622
5 changed files with 12 additions and 5 deletions

View File

@@ -64,6 +64,7 @@ func RunQuickTunnel(sc *subcommandContext) error {
&connection.NamedTunnelConfig{Credentials: credentials},
sc.log,
sc.isUIEnabled,
data.Result.Hostname,
)
}