Hi,
I want to divert incoming requests based on GeoIP to the appropriate version of my site. AFAICT, openresty does not have the nginx GeoIP module installed. While I could perform the geoip lookups via Lua, would that result in increased latency when compared to using the ngx_http_geoip_module instead?
thanks,
-G