mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 05:11:06 +02:00
default to https ws
This commit is contained in:
parent
efee59f541
commit
80c129b411
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -67,7 +67,7 @@ func main() {
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
app.Flags = []cli.Flag{
|
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.StringFlag{Name: "code, c", Usage: "codephrase used to connect to relay"},
|
||||||
cli.BoolFlag{Name: "no-local", Usage: "disable local mode"},
|
cli.BoolFlag{Name: "no-local", Usage: "disable local mode"},
|
||||||
cli.BoolFlag{Name: "local", Usage: "use only local mode"},
|
cli.BoolFlag{Name: "local", Usage: "use only local mode"},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue