Skip to content

MichaelWhyley/geoip-api-perl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

GeoIP Perl API

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Perl 54.3%
  • C 45.7%