Subversion Repositories configs

Rev

Rev 28 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
140 - 1
# Please see https://dev.maxmind.com/geoip/geoipupdate/ for instructions
28 - 2
# on setting up geoipupdate, including information on how to download a
3
# pre-filled GeoIP.conf file.
3 - 4
 
140 - 5
# Enter your account ID and license key below. These are available from
6
# https://www.maxmind.com/en/my_license_key. If you are only using free
7
# GeoLite databases, do not uncomment these lines.
8
# AccountID 0
9
# LicenseKey 000000000000
3 - 10
 
140 - 11
# Enter the edition IDs of the databases you would like to update.
12
# Multiple edition IDs are separated by spaces.
13
EditionIDs GeoLite2-Country GeoLite2-City
3 - 14
 
28 - 15
# The remaining settings are OPTIONAL.
3 - 16
 
140 - 17
# The directory to store the database files. Defaults to /usr/share/GeoIP
18
# DatabaseDirectory /usr/share/GeoIP
28 - 19
 
20
# The server to use. Defaults to "updates.maxmind.com".
21
# Host updates.maxmind.com
22
 
23
# The proxy host name or IP address. You may optionally specify a
24
# port number, e.g., 127.0.0.1:8888. If no port number is specified, 1080
25
# will be used.
26
# Proxy 127.0.0.1:8888
27
 
28
# The user name and password to use with your proxy server.
29
# ProxyUserPassword username:password
30
 
140 - 31
# Whether to preserve modification times of files downloaded from the server.
28 - 32
# Defaults to "0".
140 - 33
# PreserveFileTimes 0
28 - 34
 
140 - 35
# The lock file to use. This ensures only one geoipupdate process can run at a
36
# time.
37
# Note: Once created, this lockfile is not removed from the filesystem.
38
# Defaults to ".geoipupdate.lock" under the DatabaseDirectory.
39
# LockFile /usr/share/GeoIP/.geoipupdate.lock