node-nfqueue icon indicating copy to clipboard operation
node-nfqueue copied to clipboard

Node.js bindings to netfilter nfqueue

Results 3 node-nfqueue issues
Sort by recently updated
recently updated
newest added

I am investigating this library as I require dynamic firewalling. It is most likely in the end I'll get away with an iptables wrapper (which is annoying because it's not...

enhancement

Properly assigns buf and callback if only one is provided. Tested locally, successfully. No automated testing is included.

Callback is not handled properly when buffer is not supplied. Code in example fails with typeerror due to this conflict.