https://bugs.contribs.org/show_bug.cgi?id=10859
--- Comment #11 from Jean-Philippe Pialasse <[email protected]> ---
(In reply to bunkobugsy from comment #10)
> (In reply to John Crisp from comment #8)
>
> My bad, sorry.
>
> Using geoiplookup -v is misleading by showing legacy database versions.
I suggest adding in the contrib the following
/usr/bin/geoiplook
#!/bin/bash
for var in "$@"
do
/usr/bin/mmdblookup --file /usr/share/GeoIP/GeoLite2-Country.mmdb --ip $1
country iso_code |cut -d\" -f2| tr -d '\n'
echo ""
done
because while the new mmdblookup is giving more information, most of the time
we only want the country.
not the right bug but this answer your issue
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/