bol-van / ipfilter

ip list filter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This tool allows to filter incoming IP list stream using another IP/subnet/range list. Available modes are exclude and intersect.

Command line parameters :

 -4                             ; ipv4 list (default)
 -6                             ; ipv6 list
 --mode                         ; intersect or exclude
 --filter                       ; filter subnet list file

Input must be ip address list read from stdin. May not include subnets and ranges but allows /32 or /128. Filter may contain ip addresses, ranges ip1-ip2 and ip/prefixlen Output goes to stdout.

About

ip list filter


Languages

Language:C 97.4%Language:Makefile 2.6%