https://github.com/cosimo/geo-ip
Release history of Geo-IP
https://github.com/cosimo/geo-ip
Last synced: 9 months ago
JSON representation
Release history of Geo-IP
- Host: GitHub
- URL: https://github.com/cosimo/geo-ip
- Owner: cosimo
- Created: 2011-02-24T03:39:36.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-02-24T03:53:33.000Z (over 15 years ago)
- Last Synced: 2025-04-09T21:50:29.723Z (about 1 year ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/Geo-IP/
- Size: 449 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
This module a simple file-based database. This database simply contains
IP blocks as keys, and countries as values. The data contains all
public IP addresses and should be more
complete and accurate than reverse DNS lookups.
This module can be used to automatically select the geographically closest mirror,
or to analyze your web server logs to determine the countries of your visiters.
To install, see the INSTALL file.
MaxMind offers a subscription to database updates, where your systems can
be keep up to date by running geoipupdate program included in the C API
as a cronjob. This subscription also includes a enhanced database which
is more accurate, and contains information on anonymous proxies, and satellite
providers. For more information see:
http://www.maxmind.com/app/country
For more information on the GeoIP City, ISP and other databases, see:
http://www.maxmind.com/app/products
Copyright (c) 2007, MaxMind LLC
All rights reserved. This package is free software; you can redistribute it
and/or modify it under the same terms as Perl itself.