|
NAMEgeoipupdate - GeoIP2, GeoLite2, and GeoIP Legacy Update ProgramSYNOPSISgeoipupdate [-Vvh] [-f CONFIG_FILE] [-d TARGET_DIRECTORY]DESCRIPTIONgeoipupdate 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-d, --database-directory
-f, --config-file
-h, --help
--stack-trace
-V, --version
-v, --verbose
EXIT STATUSgeoipupdate returns 0 on success and 1 on error.NOTESTypically you should run geoipupdate weekly. On most Unix-like systems, this can be achieved by using cron. Below is a sample crontab file that runs geoipupdate on each Wednesday at noon:# top of crontab MAILTO=your@email.com 0 12 * * 3 geoipupdate # end of crontab To use with a proxy server, update your GeoIP.conf file as specified in the GeoIP.conf man page or set the http_proxy environment variable. BUGSReport bugs to support@maxmind.com <mailto:support@maxmind.com>.AUTHORSWritten by William Storey.This software is Copyright © 2018-2022 by MaxMind, Inc. This is free software, licensed under the Apache License, Version 2.0 or the MIT License, at your option. MORE INFORMATIONVisit 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 ALSOGeoIP.conf(5) Visit the GSP FreeBSD Man Page Interface. |