Subversion Repositories configs

Rev

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

Rev Author Line No. Line
139 - 1
# Please see https://dev.maxmind.com/geoip/geoipupdate/ for instructions
27 - 2
# on setting up geoipupdate, including information on how to download a
3
# pre-filled GeoIP.conf file.
4 - 4
 
139 - 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
4 - 10
 
139 - 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
4 - 14
 
27 - 15
# The remaining settings are OPTIONAL.
4 - 16
 
139 - 17
# The directory to store the database files. Defaults to /usr/share/GeoIP
18
# DatabaseDirectory /usr/share/GeoIP
27 - 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
 
139 - 31
# Whether to preserve modification times of files downloaded from the server.
27 - 32
# Defaults to "0".
139 - 33
# PreserveFileTimes 0
27 - 34
 
139 - 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