diff options
Diffstat (limited to 'network/mod_geoip2/README')
-rw-r--r-- | network/mod_geoip2/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/network/mod_geoip2/README b/network/mod_geoip2/README new file mode 100644 index 0000000000..3fed4a8e8d --- /dev/null +++ b/network/mod_geoip2/README @@ -0,0 +1,6 @@ +mod_geoip2 is an Apache 2.x module for finding the country and city +that a web request originated from. It uses the GeoIP library and +database to perform the lookup. It is free software, licensed under +the Apache license. + +mod_geoip2 requires the GeoIP C Library API. |