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:
parent
efee59f541
commit
80c129b411
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
Block a user