Not sure about GeoIP-ConnectionType as I haven't tried it, but for ISP you just provide the ISP file to geoip_org instead of the Org file, e.g:
geoip_org /GeoIPISP.dat;
Then in Lua use 'ngx.var.geoip_org'.
Cheers,
Chris
On Wednesday, October 7, 2015 at 9:47:20 AM UTC+1, itspuneet59 wrote:
I am trying to use maxmind geoip databses with openresty. I can see the examples for city, country and org database. So, I was just wondering whether openresty supports GeoIP-ISP and GeoIP-ConnectionType DB.
Thanks,
Puneet