25 Sep 2013
geoipupdate
Update GeoIP2 and GeoIP Legacy binary databases from MaxMind
GeoIP
Library for country/city/organization to IP address or hostname mapping
NAME
geoipupdate - GeoIP2, GeoLite2, and GeoIP Legacy Update Program
SYNOPSIS
B]geoipupdate
R] [-Vvh] [-f
I]CONFIG_FILE
R]] [-d
I]TARGET_DIRECTORY
R]]
DESCRIPTION
C]geoipupdate
R] automatically updates GeoIP2, GeoLite2, and GeoIP Legacy databases. The program connects to the MaxMind GeoIP Update server to check for new databases. If a new database is available, the program will download and install it.
If you are using a firewall, you must have the DNS and HTTPS ports open.
OPTIONS
C]-d R], C]--database-directory R] |
|
Install databases to a custom directory. This is optional. If provided, it overrides any C]DatabaseDirectory R] set in the configuration file. |
|
C]-f R], C]--config-file R] |
|
The configuration file to use. See C]GeoIP.conf R] and its documentation for more information. This is optional. It defaults to /etc/GeoIP.conf. |
|
C]-h R], C]--help R] |
|
Display help and exit. | |
C]--stack-trace R] |
|
Show a stack trace on any error message. This is primarily useful for debugging. | |
C]-V R], C]--version R] |
|
Display version information and exit. | |
C]-v R], C]--verbose R] |
|
Enable verbose mode. Prints out the steps that C]geoipupdate R] takes. |
EXIT STATUS
C]geoipupdate
R] returns 0 on success and 1 on error.
NOTES
Typically you should run
C]geoipupdate
R] weekly. On most Unix-like systems, this can be achieved by using cron. Below is a sample crontab file that runs
C]geoipupdate
R] on each Wednesday at noon:
|
To use with a proxy server, update your
C]GeoIP.conf
R] file as specified in the
C]GeoIP.conf
R] man page or set the
C]http_proxy
R] environment variable.
BUGS
Report bugs to <support>.
AUTHORS
Written by William Storey.
This software is Copyright (c) 2018-2020 by MaxMind, Inc.
This is free software, licensed under the Apache License, Version 2.0 or the MIT License, at your option.
MORE INFORMATION
Visit our website (https://www.maxmind.com/en/geoip2-services-and-databases) to learn more about the GeoIP2 and GeoIP Legacy databases or to sign up for a subscription.
SEE ALSO
C]GeoIP.conf
R](5)