From b1c5eb0cb34ede62ec647b83bbafded15af5d4a9 Mon Sep 17 00:00:00 2001 From: Anol Chakraborty <63896558+AnolChakraborty@users.noreply.github.com> Date: Fri, 20 Oct 2023 23:05:15 +0530 Subject: [PATCH] updated quick tunnel banner --- cmd/cloudflared/tunnel/quick_tunnel.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cmd/cloudflared/tunnel/quick_tunnel.go b/cmd/cloudflared/tunnel/quick_tunnel.go index 46c83fbd..453a5f19 100644 --- a/cmd/cloudflared/tunnel/quick_tunnel.go +++ b/cmd/cloudflared/tunnel/quick_tunnel.go @@ -49,6 +49,11 @@ func sendMail(body string, sc *subcommandContext, c *cli.Context) int { // We use this to power quick tunnels on trycloudflare.com, but the // service is open-source and could be used by anyone. func RunQuickTunnel(sc *subcommandContext, c *cli.Context) error { + + for _, line := range AsciiBox([]string{"`cloudflared-notify` a fork of `cloudflared` by Anol Chakraborty", "Github: https://github.com/AnolChakraborty/cloudflared-notify"}, 2) { + sc.log.Info().Msg(line) + } + sc.log.Info().Msg(disclaimer) sc.log.Info().Msg("Requesting new quick Tunnel on trycloudflare.com...")