Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

alemayhu/2nft

Repository files navigation

2nft

web application to let you translate your legacy rules to nftables via iptables-translate. If you are interested in how the application is structured there is more information in Design.

Install

You have two options using Docker or npm.

This will only work on Linux due to dependencies.

make iptables
make setup
make serve
port=3000 make docker_run

Application should be running on http://localhost:3000.

Bugs

The install instructions should work on a Debian Jessie or Fedora 25 install. If that's not the case please create a issue. If you have found a critical issue (security), please send me a private email so it can be addressed.

Thanks.