2015-03-03 00:41:59 +01:00
|
|
|
Tableutil is a utility for converting, aggregating and performing operations
|
2015-03-22 14:22:52 +01:00
|
|
|
on lists of IP-addresses. Its primary use is to convert files into a format
|
2015-03-03 00:41:59 +01:00
|
|
|
pfctl(8) can read.
|
2005-09-25 20:08:46 +02:00
|
|
|
|
2015-03-03 00:41:59 +01:00
|
|
|
It can read plain-text-files with ranges (123.123.123.123-234.234.234.234),
|
|
|
|
CIDR-style networks (192.168.0.0/24) single addresses (242.242.242.242) or
|
2005-09-25 20:08:46 +02:00
|
|
|
with hostnames (one.two.com). It can also read p2b files.
|
|
|
|
|
2011-10-24 11:11:38 +02:00
|
|
|
WWW: http://expiretable.fnord.se/
|