mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
521432de4f
GeoIP is a C library that enables the user to find the country that any IP address or hostname originates from. PR: ports/41536 Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com>
12 lines
597 B
Plaintext
12 lines
597 B
Plaintext
GeoIP is a C library that enables the user to find the country that any
|
|
IP address or hostname originates from. It uses a file based database
|
|
that is accurate as of March 2002. This database simply contains IP blocks
|
|
as keys, and countries as values. This database should be more complete and
|
|
accurate than using reverse DNS lookups.
|
|
|
|
This module can be used to automatically select the geographically closest
|
|
mirror, to analyze your web server logs to determine the countries of your
|
|
visitors, for credit card fraud detection, and for software export controls.
|
|
|
|
WWW: http://maxmind.com/geoip/
|