1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
.\" Hey, EMACS: -*- nroff -*-
.TH GEOIP-DATABASE-CONTRIB_UPDATE 8 "December 19, 2010"
.SH NAME
geoip-database-contrib_update \- script to download the latest version of the MaxMind GeoIP Lite database
.SH SYNOPSIS
.B geoip-database-contrib_update
.br
.SH DESCRIPTION
The
.B geoip-database-contrib_update
commmand downloads the latest version of the MaxMind GeoIP Lite database from MaxMind webiste.
.br
In particular, the following binary databases are downloaded:
.IP \(em
GeoLite Country
.IP \(em
GeoLite Country IPv6
.IP \(em
GeoLite City
.IP \(em
GeoLite ASN
.PP
and stored in the
.I /usr/share/GeoIP
directory.
.SH SEE ALSO
.BR geoipupdate (1),
.BR geoiplookup (1).
.BR geoiplookup6 (1).
.SH AUTHOR
geoip-database-contrib_update and this man page were written by Ludovico Cavedon <cavedon@debian.org>,
for the Debian project (and may be used by others).
|