We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cloudflared tunnel route lb
1 parent c280d62 commit 9904929Copy full SHA for 9904929
cmd/cloudflared/tunnel/subcommands.go
@@ -821,7 +821,7 @@ Further information about managing Cloudflare WARP traffic to your tunnel is ava
821
Name: "lb",
822
Action: cliutil.ConfiguredAction(routeLbCommand),
823
Usage: "Use this tunnel as a load balancer origin, creating pool and load balancer if necessary",
824
- UsageText: "cloudflared tunnel route dns [TUNNEL] [HOSTNAME] [LB-POOL]",
+ UsageText: "cloudflared tunnel route lb [TUNNEL] [HOSTNAME] [LB-POOL]",
825
Description: `Creates Load Balancer with an origin pool that points to the tunnel.`,
826
},
827
buildRouteIPSubcommand(),
0 commit comments