iaean / fetch-geoIP

Roll your own GeoIP from MaxMind data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository provides a convenient mechanism for generating GeoIP Lite data files from MaxMind. Before you can run make, you’ll need to install the geoipupdate and the recommended GeoIP package for your system.

yum install GeoIP geoipupdate

Make Targets

  • make bin: Fetches the binary *.dat and v2 *.mmdb files used by GeoIP via geoipupdate. Files goes to GeoLite/ and links points there.
  • make csv: Fetches the CSV files to csv/.
  • make ipdb: Builds IPDB files used by BalanceNG in bng/.
  • make xt: Builds binary files used by Linux Xtables geoip addon in xt_geoip/.

About

Roll your own GeoIP from MaxMind data.

License:MIT License


Languages

Language:Perl 52.7%Language:Makefile 47.3%