node-nfqueue
node-nfqueue copied to clipboard
Node.js bindings to netfilter nfqueue
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...
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.