mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 05:11:06 +02:00
change default port
This commit is contained in:
parent
9d537c42e5
commit
e5b3e6e06e
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -64,7 +64,7 @@ func main() {
|
|||
cli.BoolFlag{Name: "debug", Usage: "increase verbosity (a lot)"},
|
||||
cli.BoolFlag{Name: "yes", Usage: "automatically agree to all prompts"},
|
||||
cli.BoolFlag{Name: "stdout", Usage: "redirect file to stdout"},
|
||||
cli.StringFlag{Name: "port", Value: "8152", Usage: "port that the websocket listens on"},
|
||||
cli.StringFlag{Name: "port", Value: "8153", Usage: "port that the websocket listens on"},
|
||||
cli.StringFlag{Name: "curve", Value: "siec", Usage: "specify elliptic curve to use (p224, p256, p384, p521, siec)"},
|
||||
}
|
||||
app.EnableBashCompletion = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue