"Fossies" - the Fresh Open Source Software Archive 
Member "geoipupdate-3.1.1/conf/GeoIP.conf.default" (23 Aug 2018, 1446 Bytes) of package /linux/misc/geoipupdate-3.1.1.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
See also the last
Fossies "Diffs" side-by-side code changes report for "GeoIP.conf.default":
4.11.1_vs_5.0.0.
1 # Please see https://dev.maxmind.com/geoip/geoipupdate/ for instructions
2 # on setting up geoipupdate, including information on how to download a
3 # pre-filled GeoIP.conf file.
4
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
10
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
14
15 # The remaining settings are OPTIONAL.
16
17 # The directory to store the database files. Defaults to DATADIR
18 # DatabaseDirectory DATADIR
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
31 # Whether to preserve modification times of files downloaded from the server.
32 # Defaults to "0".
33 # PreserveFileTimes 0
34
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 DATADIR/.geoipupdate.lock