node-netfilter
node-netfilter copied to clipboard
Packet filtering framework. Wrapper to provide netfilter capabilities from Node.js
When trying to insert into a specific position specified by "rulenum" the rule-specification arguments where not being added. Both "rulenum" and rule args should be added to the command.
Are these currently supported? Any plans to add them? The usecase is, I'm going to use counter and I intend to read the current counter value and then when I...
The dump function returns an empty comment object, for example: { "source": "192.168.0.1/32", "destination": "192.168.0.2/32", "jump": "ACCEPT", "matches": { "tcp": { "destination-port": "9000" }, "conntrack": { "ctstate": "NEW" }, "comment":...