Skip to content

Geoip City and ISP Support

Pre-release
Pre-release
Compare
Choose a tag to compare
@neilcook neilcook released this 23 Mar 14:17
· 1395 commits to master since this release

Support for GeoIP City and ISP databases.

New Lua functions:
Initialiase GeoIP DBs - initGeoIPCityDB(), initGeoIPISPDB()
Lookups - lookupCity() and lookupISP()

This release still only support the legacy GeoIP database format, i.e. files ending in .dat.
When adding new databases, both the ipv4 and ipv6 DBs must be available or initialisation will fail.