Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 416 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 416 Bytes

difuse-geoip

A simple go program to download and parse the MaxMind GeoIP2 country database (CSV) and organize it into a .zone file for each country. It also runs an HTTP server using fiber to serve the zone files as a gunziped tarball.

Usage

Building

go build

Running

./difuse-geoip

Remember to set the LICENSE_KEY environment variable in .env to your MaxMind license key.