diff --git a/cmd/cloudflared/main.go b/cmd/cloudflared/main.go index 91a6858b..b3e4857c 100644 --- a/cmd/cloudflared/main.go +++ b/cmd/cloudflared/main.go @@ -53,6 +53,22 @@ func main() { // Windows service manager closes this channel when it receives stop command. graceShutdownC := make(chan struct{}) + fmt.Print( + ` + + + + ██████╗██╗ ██████╗ ██╗ ██╗██████╗ ███████╗██╗ █████╗ ██████╗ ███████╗██████╗ + ██╔════╝██║ ██╔═══██╗██║ ██║██╔══██╗██╔════╝██║ ██╔══██╗██╔══██╗██╔════╝██╔══██╗ + ██║ ██║ ██║ ██║██║ ██║██║ ██║█████╗ ██║ ███████║██████╔╝█████╗ ██║ ██║ + ██║ ██║ ██║ ██║██║ ██║██║ ██║██╔══╝ ██║ ██╔══██║██╔══██╗██╔══╝ ██║ ██║ + ╚██████╗███████╗╚██████╔╝╚██████╔╝██████╔╝██║ ███████╗██║ ██║██║ ██║███████╗██████╔╝ + ╚═════╝╚══════╝ ╚═════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚═════╝ + + + +`) + app := &cli.App{} app.Name = "cloudflared" app.Copyright = fmt.Sprintf(`(c) %d Cloudflare Inc.