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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {