mirror of
https://github.com/schollz/croc.git
synced 2025-10-10 21:01:02 +02:00
add peer discovery
This commit is contained in:
parent
828f83601d
commit
24493cf7f5
2 changed files with 99 additions and 8 deletions
2
main.go
2
main.go
|
@ -58,7 +58,7 @@ func main() {
|
|||
},
|
||||
}
|
||||
app.Flags = []cli.Flag{
|
||||
cli.StringFlag{Name: "relay", Value: "ws://localhost:8152"},
|
||||
cli.StringFlag{Name: "relay", Value: "ws://croc4.schollz.com"},
|
||||
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…
Add table
Add a link
Reference in a new issue