1
0
mirror of https://github.com/schollz/croc.git synced 2024-11-27 12:34:19 +03:00

default to https ws

This commit is contained in:
Zack Scholl 2018-07-02 15:31:03 -07:00
parent efee59f541
commit 80c129b411

View File

@ -67,7 +67,7 @@ func main() {
},
}
app.Flags = []cli.Flag{
cli.StringFlag{Name: "relay", Value: "ws://croc3.schollz.com"},
cli.StringFlag{Name: "relay", Value: "wss://croc3.schollz.com"},
cli.StringFlag{Name: "code, c", Usage: "codephrase used to connect to relay"},
cli.BoolFlag{Name: "no-local", Usage: "disable local mode"},
cli.BoolFlag{Name: "local", Usage: "use only local mode"},