ipset

A tool to create IP sets for firewall rules. More information: <https://manned.org/ipset>.

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