no message

This commit is contained in:
Roee Gadot
2021-04-29 10:16:57 +03:00
parent 43d82cdf7b
commit 318247ea73
3 changed files with 4 additions and 2 deletions

View File

@@ -84,6 +84,8 @@ func (factory *tcpStreamFactory) WaitGoRoutines() {
}
func (factory *tcpStreamFactory) shouldTap(dstIP string, dstPort int) bool {
return true // TODO: this is only for checking it now
if hostMode {
return inArrayString(hostAppAddresses, fmt.Sprintf("%s:%d", dstIP, dstPort))
} else {