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

NAME

6       GeoIP.conf - Configuration file for geoipupdate
7

SYNOPSIS

9       This  file allows you to configure your geoipupdate program to download
10       GeoIP2, GeoLite2, and GeoIP Legacy databases.
11

DESCRIPTION

13       The file consists of one setting per line.  Lines starting with  #  are
14       comments and will not be processed.  All setting keywords are case sen‐
15       sitive.
16
17   Required settings:
18       AccountID
19              Your MaxMind account ID.  This was formerly known as UserId.
20
21       LicenseKey
22              Your case-sensitive MaxMind license key.
23
24       EditionIDs
25              List of database edition IDs.  Edition IDs may consist  of  let‐
26              ters,  digits,  and  dashes (e.g., “GeoIP2-City”, “106”).  Note:
27              this was formerly called ProductIds.
28
29   Optional settings:
30       DatabaseDirectory
31              The directory to store the database files.  If not set, the  de‐
32              fault  is  /usr/share/GeoIP.  This can be overridden at run time
33              by the -d command line argument.
34
35       Host   The host name of the server to use.  The default is updates.max‐
36              mind.com.
37
38       Proxy  The proxy host name or IP address.  You may optionally specify a
39              port number, e.g., 127.0.0.1:8888.  If no port number is  speci‐
40              fied, 1080 will be used.
41
42       ProxyUserPassword
43              The proxy user name and password, separated by a colon.  For in‐
44              stance, username:password.
45
46       PreserveFileTimes
47              Whether to preserve modification times of files downloaded  from
48              the server.  This option is either 0 or 1.  The default is 0.
49
50       LockFile
51              The lock file to use.  This ensures only one geoipupdate process
52              can run at a time.  Note: Once created, this lockfile is not re‐
53              moved from the filesystem.  The default is .geoipupdate.lock un‐
54              der the DatabaseDirectory.
55
56   Deprecated settings:
57       The following are deprecated and will be ignored if present:
58
59       Protocol
60
61       SkipPeerVerification
62
63       SkipHostnameVerification
64

SEE ALSO

66       geoipupdate(1)
67
68
69
70                                                                 GeoIP.conf(5)
Impressum