1
0
mirror of https://github.com/jschauma/spf.git synced 2024-05-09 09:54:51 +00:00

8 lines
286 B
Plaintext
Raw Normal View History

2022-08-31 15:20:25 -04:00
- add AS lookups of CIDRs
- dedupe IP counts: individual IPs or smaller CIDRs
might be included in larger CIDRs, skewing the total
count
2024-02-06 23:41:12 -08:00
- insert thousands-separators, and in a locale-specific
manner, to large numbers (e.g., IP address counts) in
the text output mode (-f text)