demo git over TCP tunnel (#2901)

* demo git over TCP tunnel

* add tip

* Apply suggestions from code review

Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>

Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>
This commit is contained in:
Alex Fornuto 2022-02-01 11:50:51 -06:00 committed by GitHub
parent 39eec902bc
commit 710ce311dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 77 additions and 1 deletions

View file

@ -154,7 +154,13 @@ module.exports = {
collapsable: true,
type: "group",
sidebarDepth: 0,
children: ["tcp/mysql", "tcp/rdp", "tcp/redis", "tcp/ssh"],
children: [
"tcp/git",
"tcp/mysql",
"tcp/rdp",
"tcp/redis",
"tcp/ssh",
],
},
],
},