We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bbcb2e commit 259cc4dCopy full SHA for 259cc4d
providers/http/nfqueue/nfqueue.go
@@ -91,6 +91,7 @@ func sendPacket(packet []byte, DstIP *net.IP) error {
91
if err != nil {
92
return err
93
}
94
+ return nil
95
96
97
// serve runs server by sniffing packets on firewall and inject response into it.
0 commit comments