mirror of
https://github.com/schollz/croc.git
synced 2024-11-23 23:54:17 +03:00
use direct address
This commit is contained in:
parent
742a935ea9
commit
2946922fb5
2
main.go
2
main.go
@ -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)"},
|
||||
|
Loading…
Reference in New Issue
Block a user