ports structure

This commit is contained in:
2021-07-19 00:50:00 +04:00
parent c42725743d
commit e98f4119da
6 changed files with 220 additions and 32 deletions

View File

@@ -0,0 +1,11 @@
{
"ports": [
{
"port_name": "SSH",
"internal_port": 22,
"type": "tcp",
"Allocated port": 0,
"Description": "SSH Port"
}
]
}