1GeoIP.conf(5)                                                    GeoIP.conf(5)
2
3
4

GeoIP.conf

6   NAME
7       GeoIP.conf - Configuration file for geoipupdate
8
9   SYNOPSIS
10       This  file allows you to configure your geoipupdate program to download
11       GeoIP2, GeoLite2, and GeoIP Legacy databases.
12
13   DESCRIPTION
14       The file consists of one setting per line.  Lines starting with  #  are
15       comments and will not be processed.  All setting keywords are case sen‐
16       sitive.
17
18   Required settings:
19       · EditionIDs - List of database edition IDs.  Edition IDs  may  consist
20         of  letters,  digits, and dashes (e.g., “GeoIP2-City”, “106”).  Note:
21         this was formerly called ProductIds.
22
23   Optional settings:
24       · AccountID - Your MaxMind account ID.   This  was  formerly  known  as
25         UserId.
26
27       · DatabaseDirectory  -  The  directory to store the database files.  If
28         not set, the default is /usr/share/GeoIP.  This can be overridden  at
29         run time by the -d command line argument.
30
31       · Host  -  The  host  name  of  the  server to use.  The default is up‐
32         dates.maxmind.com.
33
34       · Proxy - The proxy host name or IP address.  You may optionally speci‐
35         fy  a port number, e.g., 127.0.0.1:8888.  If no port number is speci‐
36         fied, 1080 will be used.
37
38       · ProxyUserPassword - The proxy user name and password, separated by  a
39         colon.  For instance, username:password.
40
41       · PreserveFileTimes  -  Whether to preserve modification times of files
42         downloaded from the server.  This option is either 0 or 1.   The  de‐
43         fault is 0.
44
45       · LicenseKey - Your case-sensitive MaxMind license key.
46
47       · LockFile  -  The lock file to use.  This ensures only one geoipupdate
48         process can run at a time.  Note: Once created, this lockfile is  not
49         removed  from the filesystem.  The default is .geoipupdate.lock under
50         the DatabaseDirectory.
51
52   Deprecated settings:
53       The following are deprecated and will be ignored if present:
54
55       · Protocol
56
57       · SkipPeerVerification
58
59       · SkipHostnameVerification
60
61   FILES
62       · GeoIP.conf - Default geoipupdate configuration file.
63
64   SEE ALSO
65       geoipupdate(1)
66
67
68
69                                                                 GeoIP.conf(5)
Impressum