Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tschaefer/ruby-nftables
:bricks: Ruby high-level userspace netfilter nftables package.
https://github.com/tschaefer/ruby-nftables
Last synced: about 5 hours ago
JSON representation
:bricks: Ruby high-level userspace netfilter nftables package.
- Host: GitHub
- URL: https://github.com/tschaefer/ruby-nftables
- Owner: tschaefer
- License: gpl-3.0
- Created: 2023-08-17T16:54:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-03T11:25:36.000Z (6 months ago)
- Last Synced: 2024-06-03T13:30:28.175Z (6 months ago)
- Language: Ruby
- Homepage:
- Size: 39.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this 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](https://wiki.nftables.org).## 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](https://spdx.org/licenses/GPL-3.0-only.html)
## Is it any good?
[Yes](https://news.ycombinator.com/item?id=3067434)