default to https ws

This commit is contained in:
Zack Scholl 2018-07-02 15:31:03 -07:00
parent efee59f541
commit 80c129b411
1 changed files with 1 additions and 1 deletions

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