MarginaliaSearch/code/libraries/geo-ip
Viktor Lofgren fe8d583fdd (sys) Upgrade to JDK22
This also entails upgrading JIB to 3.4.1 and Lombok to 1.18.32.
2024-03-21 14:27:13 +01:00
..
java/nu/marginalia/geoip (refac) Remove src/main from all source code paths. 2024-02-23 16:13:40 +01:00
test/nu/marginalia/geoip (refac) Remove src/main from all source code paths. 2024-02-23 16:13:40 +01:00
build.gradle (sys) Upgrade to JDK22 2024-03-21 14:27:13 +01:00
readme.md (geo-ip) Update readme 2023-12-17 16:08:33 +01:00

This micro library handles the GeoIP lookups, mappings from IP addresses to country codes.

It uses the free ip2location lite database, which is available from https://lite.ip2location.com/database/ip-country under a CC-BY-SA 4.0 license.

It also handles mapping from IP to ASN (Autonomous System Number) using data from apnic.net.

Further reading: