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

geouplookup6 - look up country using IP Address or hostname

Author

       Written by T.J. Mather

Description

       geouplookup6  uses  the  GeoIP  library  and  database to find the Country that an IP address or hostname
       originates from. You must install a database suitable for geoiplookup6. IE: GeoIPv6.dat

       For example:

       geouplookup62001:4860:0:1001::68geoiplookup6ipv6.google.com

       will find the Country that 2001:4860:0:1001::68 originates from, in the following format:

       US,UnitedStates

Name

       geouplookup6 - 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  geouplookup6  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                          28 Oct 2008                                   GEOIPLOOKUP6(1)

Synopsis

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

See Also