Releases: PowerDNS/weakforced
GeoIP ISP and City Support & GeoIP DB Reload command
Note that this release is really for folks running 1.0.x who don't want to upgrade to 1.2.x. Also note that the new GeoIP features in this release are not yet available in 1.2.x, as they have been backported from master and are not yet in a 1.2.x release branch.
Support for GeoIP City and ISP databases.
New Lua functions:
Initialiase GeoIP DBs - initGeoIPCityDB(), initGeoIPISPDB()
Lookups - lookupCity() and lookupISP()
Reload all configured GeoIP DBs - reloadGeoIPDBs()
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.
Geoip City and ISP Support
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.