Ruby high-level userspace netfilter nftables package.
ruby-nftables is a foreign function interface for the high-level userspace netfilter nftables library.
It provides a basic run method, to execute nftables commands. For valid
commands see the nftables(8)
manpage and the nftables wiki.
$ gem build
$ gem install -g
$ gem install nftables-$(ruby -Ilib -e 'require "nftables/version"; puts NFT::VERSION').gem
For API documentatin use rake doc
.