From c30229ec74845ff45d7ea19746f7f4e2ac82a0dd Mon Sep 17 00:00:00 2001 From: Tsunami2056 <60357888+Tsunami2056@users.noreply.github.com> Date: Sun, 12 Feb 2023 17:35:57 +0100 Subject: [PATCH] Update Readme for correct UK country code: GB It seems the actual geoip2_data_country_iso_code country code for the UK is GB (great britain). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e74a08c..446c29b 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Follow these steps to enable the maxmind mod: ```nginx map $geoip2_data_country_iso_code $geo-whitelist { default no; - UK yes; + GB yes; } map $geoip2_data_country_iso_code $geo-blacklist {