1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 05:11:06 +02:00

use direct address

This commit is contained in:
Zack Scholl 2018-09-22 09:30:18 -07:00
parent 742a935ea9
commit 2946922fb5

View file

@ -61,7 +61,7 @@ func main() {
}, },
} }
app.Flags = []cli.Flag{ app.Flags = []cli.Flag{
cli.StringFlag{Name: "relay", Value: "ws://croc4.schollz.com"}, cli.StringFlag{Name: "relay", Value: "ws://198.199.67.130:8153"},
cli.BoolFlag{Name: "no-local", Usage: "disable local mode"}, cli.BoolFlag{Name: "no-local", Usage: "disable local mode"},
cli.BoolFlag{Name: "local", Usage: "use only local mode"}, cli.BoolFlag{Name: "local", Usage: "use only local mode"},
cli.BoolFlag{Name: "debug", Usage: "increase verbosity (a lot)"}, cli.BoolFlag{Name: "debug", Usage: "increase verbosity (a lot)"},