added feature to detect if a port is used by a plugin or not

This commit is contained in:
2021-10-24 23:36:23 +04:00
parent 56be275759
commit 0144e59d71
4 changed files with 40 additions and 5 deletions

View File

@@ -178,6 +178,8 @@ Format of the ports.json file
"PortName": "<Port name>",
"InternalPort": <internal port>,
"Type": "<tcp/udp>",
"ExternalPort": <external port>,
"IsUsed": "<boolean value (i.e true or false)>",
"Description": "<description about the port>"
}, ... n
]