AUTH-1503: Added RDP support

This commit is contained in:
Austin Cherry
2019-02-01 16:43:59 -06:00
parent 92defa26d4
commit 200f9a3786
3 changed files with 38 additions and 5 deletions

View File

@@ -86,6 +86,7 @@ func Commands() []*cli.Command {
{
Name: "ssh",
Action: ssh,
Aliases: []string{"rdp"},
Usage: "",
ArgsUsage: "",
Description: `The ssh subcommand sends data over a proxy to the Cloudflare edge.`,