Skip to content

Commit

Permalink
Update netmon.go
Browse files Browse the repository at this point in the history
  • Loading branch information
arjundashrath authored Feb 10, 2022
1 parent 16122d9 commit cb8cf44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netmon.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func (netMonitor *NetworkMonitor) handlePacket(attrs nflog.Attribute) {
go WriteLog(fmt.Sprintf("ip address dropped: %s", ipv4Address))

if ipv4Address != StepSecuritySinkHoleIPAddress { // Sinkhole IP address will be covered by DNS block
go WriteAnnotation(fmt.Sprintf("Traffic to IP Address %s was blocked", ipv4Address))
go WriteAnnotation(fmt.Sprintf("StepSecurity Harden Runner: Traffic to IP Address %s was blocked", ipv4Address))
}
}
}
Expand Down

0 comments on commit cb8cf44

Please sign in to comment.