mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-06 00:00:01 -04:00
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:
@@ -24,7 +24,7 @@ Follow these steps to enable the maxmind mod:
|
|||||||
```nginx
|
```nginx
|
||||||
map $geoip2_data_country_iso_code $geo-whitelist {
|
map $geoip2_data_country_iso_code $geo-whitelist {
|
||||||
default no;
|
default no;
|
||||||
UK yes;
|
GB yes;
|
||||||
}
|
}
|
||||||
|
|
||||||
map $geoip2_data_country_iso_code $geo-blacklist {
|
map $geoip2_data_country_iso_code $geo-blacklist {
|
||||||
|
|||||||
Reference in New Issue
Block a user