mirror of
https://github.com/openziti/zrok.git
synced 2024-11-07 08:44:14 +01:00
endpoint -> address (#779)
This commit is contained in:
parent
fe08a19272
commit
a0b7416695
@ -29,7 +29,7 @@ func newAgentStartCommand() *agentStartCommand {
|
||||
}
|
||||
command := &agentStartCommand{cmd: cmd}
|
||||
cmd.Run = command.run
|
||||
cmd.Flags().StringVar(&command.consoleAddress, "console-endpoint", "127.0.0.1", "gRPC gateway address")
|
||||
cmd.Flags().StringVar(&command.consoleAddress, "console-address", "127.0.0.1", "gRPC gateway address")
|
||||
cmd.Flags().Uint16Var(&command.consoleStartPort, "console-start-port", 8080, "gRPC gateway starting port")
|
||||
cmd.Flags().Uint16Var(&command.consoleEndPort, "console-end-port", 8181, "gRPC gateway ending port")
|
||||
return command
|
||||
|
Loading…
Reference in New Issue
Block a user