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

TUN-3441: Multiple-origin routing via ingress rules

This commit is contained in:
Adam Chalmers
2020-10-12 12:54:15 -05:00
parent 0eebc7cef9
commit 4a4a1bb6b1
5 changed files with 114 additions and 23 deletions

View File

@@ -128,7 +128,7 @@ func Commands() []*cli.Command {
dbConnectCmd(),
}
return []*cli.Command {
return []*cli.Command{
buildTunnelCommand(subcommands),
// for compatibility, allow following as top-level subcommands
buildLoginSubcommand(true),