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:
parent
742a935ea9
commit
2946922fb5
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -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)"},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue