mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-10 15:47:36 +02:00
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:
parent
39eec902bc
commit
710ce311dd
3 changed files with 77 additions and 1 deletions
|
@ -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",
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue