@@ -9,22 +9,10 @@ format (mmdb) used by GeoIP2, please see
9
9
## Description ##
10
10
11
11
The GeoIP Legacy C library enables the user to find geographical and network
12
- information of an IP address. To use this library, you may download our free
13
- GeoLite Legacy Country or City databases. These are updated at the beginning
14
- of every month. The latest versions are available at:
12
+ information of an IP address. To use this library, you may user our commercial
13
+ GeoIP Legacy databases. For more details, see:
15
14
16
- https://dev.maxmind.com/geoip/legacy/geolite
17
-
18
- We also offer commercial GeoIP Legacy databases with greater accuracy and
19
- additional network information. For more details, see:
20
-
21
- https://www.maxmind.com/en/geolocation_landing
22
-
23
- If you use GeoIP Legacy to block access from high risk countries, you may wish
24
- to use our proxy detection service to block access from known proxy servers to
25
- reduce fraud and abuse. For more details, see:
26
-
27
- https://www.maxmind.com/en/proxy
15
+ https://www.maxmind.com/en/geoip2-services-and-databases
28
16
29
17
## IP Geolocation Usage ##
30
18
@@ -140,10 +128,10 @@ test/
140
128
test-geoip-netspeed.c
141
129
```
142
130
143
- The test-geoip.c program works with both the GeoLite Legacy and GeoIP Legacy
144
- Country databases. The test-geoip-city.c program works with both the GeoLite
145
- Legacy and GeoIP Legacy City databases. The other example programs require the
146
- paid databases available (https://www.maxmind.com/en/geolocation_landing ).
131
+ The test-geoip.c program works with the GeoIP Legacy Country database. The
132
+ test-geoip-city.c program works with the GeoIP Legacy City databases. The
133
+ other example programs require the paid databases available
134
+ (https://www.maxmind.com/en/geoip2-services-and-databases ).
147
135
148
136
## Troubleshooting ##
149
137
0 commit comments