logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

geoiplookup - look up country using IP Address or hostname

Author

       Written by T.J. Mather

Description

       geoiplookup  uses  the  GeoIP  library  and  database  to find the Country that an IP address or hostname
       originates from.

       For example

       geoiplookup80.60.233.195

       will find the Country that 80.60.233.195 originates from, in the following format:

       NL,Netherlands

Name

       geoiplookup - look up country using IP Address or hostname

Options

       -f     Specify a custom path to a single GeoIP datafile.

       -d     Specify a custom  directory  containing  GeoIP  datafile(s).   By  default  geoiplookup  looks  in
              /usr/share/GeoIP

       -v     Lists the date and build number for the GeoIP datafile(s).

Reporting Bugs

       Report bugs to <support@maxmind.com>

See Also

geoipupdate(1), nslookup(1).

4th Berkeley Distribution                          2 Jan 2007                                     GEOIPLOOKUP(1)

Synopsis

       geoiplookup [-d directory] [-f filename] [-v] <ipaddress|hostname>

See Also