1
0
mirror of https://github.com/fumiama/terasu-cloudflared.git synced 2026-06-08 12:00:36 +08:00

AUTH-1511: Add custom headers for ssh command

This commit is contained in:
Austin Cherry
2019-02-07 10:56:33 -06:00
parent c9f1c1ec70
commit 92defa26d4
5 changed files with 50 additions and 13 deletions

View File

@@ -96,6 +96,10 @@ func Commands() []*cli.Command {
&cli.StringFlag{
Name: "url",
},
&cli.StringSliceFlag{
Name: "header",
Aliases: []string{"H"},
},
},
},
{