v1.2.2 - 26/11/2024 (00:22)
Hello everyone! In summary, I've added support for displaying any IP lookup fields in the console output! 🆕🎉
Changelog
- Fixed: Sorting certain IP Lookup fields would cause either
NoneType
orBoolean
values errors. - Added: Support for displaying any IP lookup fields in the console output and logs.
The following settings were introduced to customize these fields:<STDOUT_FIELD_CONTINENT_MAX_LEN>
<STDOUT_FIELD_REGION_MAX_LEN>
<STDOUT_FIELD_ORGANIZATION_MAX_LEN>
<STDOUT_FIELD_ISP_MAX_LEN>
<STDOUT_FIELD_ASN_ISP_MAX_LEN>
<STDOUT_FIELD_AS_MAX_LEN>
<STDOUT_FIELD_AS_NAME_MAX_LEN>
- Added: Two new settings to control the visibility of continent and country codes in the console output:
<STDOUT_FIELD_SHOW_CONTINENT_CODE>
<STDOUT_FIELD_SHOW_COUNTRY_CODE>
- Added: The script now displays the number of invalid, conflicting, or corrupted UserIP entries/files in the console output header.
- Added: The script now warns you when an IP address in an UserIP file is invalid.
Full Changelog: v1.2.1...v1.2.2