|
13301cb367
|
fix(dockerCompose): add further methods of port
This patch adds the following methods:
ports.ExistsDstIP()
ports.ExistsDstPort()
ports.ExistsProtocol()
ports.ExistsSrcIP()
ports.ExistsSrcPort()
ports.GetDstIP()
ports.GetDstPort()
ports.GetProtocol()
ports.GetSrcIP()
ports.GetSrcPort()
|
2025-02-20 17:26:43 +01:00 |
|