blob: 9def70fbb556a7cfef7fd11a68df00830ac743fa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
[
{ type: upgrade
maximum_version: 4.1.5
message: <<UPGRADE
The free GeoIP2 databases now require a (free)
registered account.
See: https://blog.maxmind.com/2019/12/18/significant-changes-to-accessing-and-using-geolite2-databases/
Register for an account: https://www.maxmind.com/en/geolite2/signup
Get a (free) license key from your accounts page.
Place the generated account key and license key
into %%PREFIX%%/etc/GeoIP.conf
UPGRADE
}
{ type: install
message: <<INSTALL
You must register for a (free) MaxMind account
to download the free GeoIP2 databases.
Register for an account: https://www.maxmind.com/en/geolite2/signup
Get a license key: https://www.maxmind.com/en/accounts/155743/license-key
Place the generated account key and license key
into %%PREFIX%%/etc/GeoIP.conf
INSTALL
}
]
|