As IP is provided after -i command line parameter, it would great to be able to see on output which IP-mask it matched to provide answer from mmdb.
-f xxx.mmdb -i 192.168.1.1
returns something. I would like to know if IP matched to
192.0.0.0/8
192.168.0.0/16
192.168.1.0/24
192.168.1.0/29
etc. Because it has effect on accuracy, like geoip provide data only if mask is >20 or >24 or >29.. So I'd like to see where mmdblookup matched..