As #15 is stalled for a while now, I took some time to work on #10 and get this done.
The changes here add the ISO country code (<fieldname>_country_code) and the city name (<fieldname>_city_name) to those fields that include an IP address with geo-location information. If, for some reason, the country or city information is not available, it will add N/A as value for the fields, being able to identify IPs without country or city information easily if using quick values.
As #15 is stalled for a while now, I took some time to work on #10 and get this done.
The changes here add the ISO country code (
<fieldname>_country_code
) and the city name (<fieldname>_city_name
) to those fields that include an IP address with geo-location information. If, for some reason, the country or city information is not available, it will addN/A
as value for the fields, being able to identify IPs without country or city information easily if using quick values.