1
0
mirror of https://github.com/schollz/croc.git synced 2024-11-23 15:44:16 +03: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{
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: "local", Usage: "use only local mode"},
cli.BoolFlag{Name: "debug", Usage: "increase verbosity (a lot)"},