added feature to detect if a port is used by a plugin or not
This commit is contained in:
@@ -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
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user