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 70e6f9a commit 2e30c71Copy full SHA for 2e30c71
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