default to https ws
This commit is contained in:
parent
e1ebbcff00
commit
36a159e8b4
2
main.go
2
main.go
|
|
@ -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"},
|
||||
|
|
|
|||
Loading…
Reference in New Issue