1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: iprange
Section: net
Priority: optional
Maintainer: Jerome Benoit <calculus@rezozer.net>
Build-Depends:
debhelper (>= 9), autotools-dev, autoconf-archive, dh-autoreconf, help2man
Standards-Version: 3.9.8
Homepage: https://firehol.org
Vcs-Git: https://anonscm.debian.org/git/collab-maint/iprange.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/iprange.git
Package: iprange
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: optimizing ipsets for iptables
This tool is capable of managing sets of IPs.
.
Why to use iprange over any other aggregate ?
* simpler
* supports many input formats, all together in the same file
* faster, actually a lot faster (thanks to the original design
by Gabriel Somlo)
* can reduce the subnets/prefixes to produce high-performing
netfilter/iptables ipsets
* can compare files with IPs to find if they overlap and to what degree
* can find the IPs common to a set of files
* can exclude IPs (merge a set of files while excluding all IPs matched
by another set of files)
|