alemayhu / 2nft

web application to use iptables-translate
https://2nft.alemayhu.com/
6 stars 0 forks source link
docker expressjs iptables iptables-translate makefile nft nftables node npm

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.

npm

This will only work on Linux due to dependencies.

make iptables
make setup
make serve

Docker

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.