1GeoIP.conf(5)                 File Formats Manual                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       purchased GeoIP2 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       The default configuration file is found at: /etc/GeoIP.conf
18
19   Required settings:
20       AccountID
21              Your MaxMind account ID. This was formerly known as UserId.
22
23       LicenseKey
24              Your case-sensitive MaxMind license key.
25
26       EditionIDs
27              List of database edition IDs. Edition IDs may  consist  of  let‐
28              ters,  digits,  and  dashes  (e.g., "GeoIP2-City", "106"). Note:
29              this was formerly called ProductIds.
30
31   Optional settings:
32       DatabaseDirectory
33              The directory to  store  the  database  files.  The  default  is
34              /usr/share/GeoIP
35
36       Host   The  host name of the server to use. The default is updates.max‐
37              mind.com.
38
39       Protocol
40              The protocol to use.  Valid  values  are  https  and  http.  The
41              default is https.
42
43       Proxy  The  proxy host name or IP address. You may optionally specify a
44              port number, e.g., 127.0.0.1:8888. If no port number  is  speci‐
45              fied, 1080 will be used.
46
47       ProxyUserPassword
48              The  proxy  user  name  and  password, separated by a colon. For
49              instance, username:password.
50
51       SkipPeerVerification
52              Skip peer verification when using https. Valid values are  0  or
53              1. The default is 0.
54
55       SkipHostnameVerification
56              Skip the host name verification when using https. This option is
57              either 0 or 1. The default is 0.
58
59       PreserveFileTimes
60              Whether to preserve modification times of files downloaded  from
61              the server.  This option is either 0 or 1. The default is 0.
62
63       LockFile
64              The  lock file to use. This ensures only one geoipupdate process
65              can run at a time. The default is  .geoipupdate.lock  under  the
66              DatabaseDirectory.
67

FILES

69       /etc/GeoIP.conf
70              Default geoipupdate configuration file.
71

SEE ALSO

73       geoipupdate(1)
74
75
76
774th Berkeley Distribution         26 Oct 2017                    GeoIP.conf(5)
Impressum