Commit graph

6 commits

Author SHA1 Message Date
a402bc4882 add IP deduplication optons
Add $check new variable taken from environment; it can be set to
an integeter to generate the apprprite option to combine-saves.pl
2026-04-21 11:43:00 -05:00
aaeb4a56fc additional IP dup checking options
The check (--check=# or -#) is now a bit field allowing a new check
level of 3 (three, --check=3 or -3) to enable both parse time checks
using a system call to ipset test per record and restore time checks.
2026-04-21 11:38:13 -05:00
23aabee673 add 1-step wrapper script
USAGE: save-restore.sh [ ipset-save-file(s) ]

Expects to be called with some filenames or in a folder with
files matching *.save.  Orchistrates save-count, ccombine-counts,
and combine-saves to load all of the unique ip addresses in
all the ipset save files into sets that fit them.
2026-04-21 07:16:59 -05:00
4ddef778c2 Add usage
Add usage, improve GPL boilerplate, clean-ups
2026-04-21 05:53:10 -05:00
corwin
c53c1299eb 1st 2026-04-21 04:24:00 -05:00
8856d187ba Initial commit 2026-04-21 04:12:59 -05:00