mirror of
https://github.com/bolucat/Archive.git
synced 2025-12-24 13:28:37 +08:00
Update On Sat Mar 30 19:27:44 CET 2024
This commit is contained in:
@@ -23,7 +23,6 @@ var RootFlags = []cli.Flag{
|
||||
Usage: "监听地址,例如 0.0.0.0:1234",
|
||||
EnvVars: []string{"EHCO_LOCAL_ADDR"},
|
||||
Destination: &LocalAddr,
|
||||
Required: true,
|
||||
},
|
||||
&cli.StringFlag{
|
||||
Name: "lt,listen_type",
|
||||
@@ -51,7 +50,6 @@ var RootFlags = []cli.Flag{
|
||||
Usage: "传输类型,可选选有 raw,ws,wss,mwss",
|
||||
EnvVars: []string{"EHCO_TRANSPORT_TYPE"},
|
||||
Destination: &TransportType,
|
||||
Required: false,
|
||||
},
|
||||
&cli.StringFlag{
|
||||
Name: "c,config",
|
||||
|
||||
Reference in New Issue
Block a user