mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-07-12 01:50:09 +00:00
no message
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user