Project

nftables

0.0
The project is in a healthy, maintained state
Ruby high-level userspace netfilter nftables package. This package is a foreign function interface for the high-level userspace netfilter nftables library. It provides a basic run method, to execute nftables commands.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.16.1
 Project Readme

ruby-nftables

Ruby high-level userspace netfilter nftables package.

Introduction

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.

Installation

$ gem build
$ gem install -g
$ gem install nftables-$(ruby -Ilib -e 'require "nftables/version"; puts NFT::VERSION').gem

Usage

For API documentatin use rake doc.

License

GNU GPLv3

Is it any good?

Yes