1
1
Fork 0
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:
Zack Scholl 2018-09-21 21:35:33 -07:00
parent 828f83601d
commit 24493cf7f5
2 changed files with 99 additions and 8 deletions

View file

@ -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)"},