We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3a08b2 commit 6f147e9Copy full SHA for 6f147e9
1 file changed
correlation/ti/ti.go
@@ -119,7 +119,7 @@ func IsBlocklisted() {
119
120
}
121
122
- cache.Add(sourceIp.String(), "true")
+ cache.Add(sourceIp.String(), "false")
123
124
125
if !cache.IsCached(destinationIp.String()) {
@@ -138,7 +138,7 @@ func IsBlocklisted() {
138
)
139
140
141
- cache.Add(destinationIp.String(), "true")
+ cache.Add(destinationIp.String(), "false")
142
143
144
}()
0 commit comments