4 |
- |
1 |
# If you purchase a subscription to the GeoIP database,
|
|
|
2 |
# then you will obtain a license key which you can
|
|
|
3 |
# use to automatically obtain updates.
|
|
|
4 |
# for more details, please go to
|
|
|
5 |
# http://www.maxmind.com/app/products
|
|
|
6 |
|
|
|
7 |
# see https://www.maxmind.com/app/license_key_login to obtain License Key,
|
|
|
8 |
# UserId, and available ProductIds
|
|
|
9 |
|
|
|
10 |
# Enter your license key here
|
|
|
11 |
LicenseKey YOUR_LICENSE_KEY_HERE
|
|
|
12 |
|
|
|
13 |
# Enter your User ID here
|
|
|
14 |
UserId YOUR_USER_ID_HERE
|
|
|
15 |
|
|
|
16 |
# Enter the Product ID(s) of the database(s) you would like to update
|
|
|
17 |
# By default 106 (MaxMind GeoIP Country) is listed below
|
|
|
18 |
ProductIds 106
|
|
|
19 |
|