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.
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
.
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.