mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-31 00:04:43 +00:00
do not return true in the should tap function
This commit is contained in:
parent
1dd36dc208
commit
0cfc32cb35
@ -84,8 +84,6 @@ func (factory *tcpStreamFactory) WaitGoRoutines() {
|
||||
}
|
||||
|
||||
func (factory *tcpStreamFactory) shouldTap(dstIP string, dstPort int) bool {
|
||||
return true
|
||||
|
||||
if hostMode {
|
||||
return inArrayString(hostAppAddresses, fmt.Sprintf("%s:%d", dstIP, dstPort))
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user