63 lines
2.5 KiB
Plaintext
63 lines
2.5 KiB
Plaintext
|
|
-------------------------------------------------------------------
|
||
|
|
Mon Jan 19 22:36:10 UTC 2026 - Heitor Moreira da Silva <heitor@opensuse.org>
|
||
|
|
|
||
|
|
- Update to version 0.3.0:
|
||
|
|
* filter arguments to filter STDIN for address lines only
|
||
|
|
* read and make cdb files
|
||
|
|
* example cdb maker
|
||
|
|
* countseen adds occurrence count of IP when in encapsulating and group mode, this option automatically sets encapsulating and group to 128
|
||
|
|
* abuseipdb support
|
||
|
|
* add cdb pairs to output when no format is specified
|
||
|
|
* when cdb or abuseipdb are present, without a format, all key pairs will be shown
|
||
|
|
* option makethymecdb to download IP information from thyme.apnic.net, options --data-raw-table, --ipv6-raw-table, --data-used-autnums can be used with a file or URL if format is specified filter should output that style
|
||
|
|
* add a useragent string to http client
|
||
|
|
* basic top-like function with --delay, --noclear and --iterations arguments --group4 and --group6 to override --group respectively
|
||
|
|
* experimental geoip2 lite support
|
||
|
|
* adding network match iter
|
||
|
|
* bump nix -> 0.30
|
||
|
|
* making Ip functions pub
|
||
|
|
* quiet option
|
||
|
|
* use a /32 mask for encapsulation if --mask is not present and addresses are from command line arguments
|
||
|
|
* assume v4/32 and v6/128 in csv if not specified
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Sun Apr 27 05:42:32 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||
|
|
|
||
|
|
- Update to version 0.2.5:
|
||
|
|
* performance improvements
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Sat Apr 12 20:38:50 UTC 2025 - Heitor Moreira da Silva <heitor@opensuse.org>
|
||
|
|
|
||
|
|
- Update to version 0.2.4:
|
||
|
|
* bump 0.2.4
|
||
|
|
* improve group'd encapsulating network
|
||
|
|
* bumping 0.2.3
|
||
|
|
* deprecate ipv6 option
|
||
|
|
* handle input integers as signed too
|
||
|
|
* Documentation for network grouping
|
||
|
|
* version bump
|
||
|
|
* use inside and outside with encapsulating
|
||
|
|
* bump
|
||
|
|
* used address count
|
||
|
|
* bumping 0.2.0
|
||
|
|
* ptr_lookup hash map
|
||
|
|
* simple hostname check
|
||
|
|
* Refactor config
|
||
|
|
* Use a cache
|
||
|
|
* allow ptr lookups in format string
|
||
|
|
* Allow empty rows
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Thu Jan 2 20:08:16 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||
|
|
|
||
|
|
- Update to version 0.1.13
|
||
|
|
* don't require input to be one IP per line
|
||
|
|
* show subnets within network in format
|
||
|
|
* limit how much an encapsulating network can grow with --group
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Wed Jul 31 20:08:41 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
||
|
|
|
||
|
|
- initial version 0.1.12
|