v1.1.0
Refactor geoip.lua to handle response object The previous version was incorrectly handling the "object" variable, which has been corrected to handle "response.object" instead. Code to retrieve and store ISO country codes has been refactored, replacing "idso_codes" with correctly named "iso_codes". This change improves accuracy and maintains better readability. Signed-off-by: Christian Roessner <[email protected]>