mirror of
https://github.com/openziti/zrok.git
synced 2025-02-16 18:20:51 +01:00
reserve backend-mode text
This commit is contained in:
parent
cf9514a0e1
commit
22cc06eb74
@ -33,7 +33,7 @@ func newReserveCommand() *reserveCommand {
|
||||
command := &reserveCommand{cmd: cmd}
|
||||
cmd.Flags().StringArrayVar(&command.basicAuth, "basic-auth", []string{}, "Basic authentication users (<username:password>,...)")
|
||||
cmd.Flags().StringArrayVar(&command.frontendSelection, "frontends", []string{"public"}, "Selected frontends to use for the share")
|
||||
cmd.Flags().StringVar(&command.backendMode, "backend-mode", "proxy", "The backend mode {proxy, web}")
|
||||
cmd.Flags().StringVar(&command.backendMode, "backend-mode", "proxy", "The backend mode {proxy, web, <tcpTunnel, udpTunnel>}")
|
||||
cmd.Run = command.run
|
||||
return command
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user