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

Update TODO

This commit is contained in:
Randolf Richardson 張文道
2024-02-06 23:41:12 -08:00
committed by GitHub
parent 0800192fa2
commit 8615800ddc

3
TODO
View File

@ -2,3 +2,6 @@
- dedupe IP counts: individual IPs or smaller CIDRs
might be included in larger CIDRs, skewing the total
count
- insert thousands-separators, and in a locale-specific
manner, to large numbers (e.g., IP address counts) in
the text output mode (-f text)