ipsetcat
C library to store sets/maps of IP address (utility files)
Install
- All systems
-
curl cmd.cat/ipsetcat.sh
- Debian
-
apt-get install libcorkipset-utils - Ubuntu
-
apt-get install libcorkipset-utils - Arch Linux
-
pacman -S libcorkipset - Kali Linux
-
apt-get install libcorkipset-utils - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install libcorkipset-utils - Raspbian
-
apt-get install libcorkipset-utils
libcorkipset-utils
C library to store sets/maps of IP address (utility files)
The ipset library provides C data types for storing sets of IP addresses, and maps of IP addresses to integers. It supports both IPv4 and IPv6 addresses. It's implemented using "Binary Decision Diagrams" (BDDs, https://en.wikipedia.org/wiki/Binary_decision_diagram), which (we hypothesize) makes it space efficient for large sets. This package provides a few utility binaries for the library.