mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-06-15 04:47:16 +03:00
v1.0.0
This commit is contained in:
18
main/commands/all/tls.go
Normal file
18
main/commands/all/tls.go
Normal file
@ -0,0 +1,18 @@
|
||||
package all
|
||||
|
||||
import (
|
||||
"github.com/xtls/xray-core/v1/main/commands/all/tlscmd"
|
||||
"github.com/xtls/xray-core/v1/main/commands/base"
|
||||
)
|
||||
|
||||
var cmdTLS = &base.Command{
|
||||
UsageLine: "{{.Exec}} tls",
|
||||
Short: "TLS tools",
|
||||
Long: `{{.Exec}} tls provides tools for TLS.
|
||||
`,
|
||||
|
||||
Commands: []*base.Command{
|
||||
tlscmd.CmdCert,
|
||||
tlscmd.CmdPing,
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user