Project

nftables

0.0
No release in over a year
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
2025
2026
 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