Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 334 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 334 Bytes

geoip-test

A simple HTTP server to return GeoIP information based on MaxMind GeoIP 2 database

Usage

$ java -jar geoip-test-server.jar <port> <dbfile>
    port    The HTTP port number to run the server on, default is 8300
    dbFile  The MaxMind GeoIP-2 database file path

License

Apache Public License, Version 2