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).
This commit is contained in:
Tsunami2056
2023-02-12 17:35:57 +01:00
committed by GitHub
parent 684b084649
commit c30229ec74
+1 -1
View File
@@ -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 {