Skip to content

Releases: PowerDNS/weakforced

GeoIP ISP and City Support & GeoIP DB Reload command

18 Apr 12:29
Compare
Choose a tag to compare

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

23 Mar 14:17
Compare
Choose a tag to compare
Pre-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.

v1.2.1

21 Mar 09:48
Compare
Choose a tag to compare

Support for custom webhooks and custom REST endpoints