nft

Allows configuration of tables, chains and rules provided by the Linux kernel firewall. Nftables replaces iptables. More information: <https://wiki.nftables.org/wiki-nftables/index.php/Main_Page>.

Debian Debian
RUN apt-get update && \ apt-get install -y nftables
Ubuntu
RUN apt-get update && \ apt-get install -y nftables
Alpine
RUN apk add nftables
Arch Arch Linux
RUN pacman -S --noconfirm nftables
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y nftables
CentOS
RUN yum install -y nftables
Fedora
RUN dnf install -y nftables
Raspbian
RUN apt-get update && \ apt-get install -y nftables
click the source code to copy install nft on any operating system with command-not-found.com