We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 783f6ad commit 1dbc044Copy full SHA for 1dbc044
src/main.go
@@ -74,7 +74,7 @@ func (s *httpRequestAndResponseStreamer) start() {
74
if !ok {
75
continue
76
}
77
- if s.ipManager != nil && s.ipManager.isServiceIP(net.DstIP.String()) {
+ if !(s.ipManager == nil || s.ipManager.isServiceIP(net.DstIP.String())) {
78
slog.Debug(
79
"Skipping connection to non-service IP:",
80
"Src", net.SrcIP.String(),
0 commit comments