From 3ac3035efd103aaa0f13187c0e7c2bcd54c49b5a Mon Sep 17 00:00:00 2001 From: gilbN Date: Mon, 21 Sep 2020 00:39:13 +0200 Subject: [PATCH] typo --- root/defaults/geoip2.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/defaults/geoip2.conf b/root/defaults/geoip2.conf index 3b348ac..818938f 100644 --- a/root/defaults/geoip2.conf +++ b/root/defaults/geoip2.conf @@ -1,7 +1,7 @@ ## Version 2020/09/20 - Changelog: https://github.com/linuxserver/docker-swag/commits/master/root/defaults/geoip2.conf # To enable, uncommment the Geoip2 config line in nginx.conf # Add the -e MAXMINDDB_LICENSE_KEY= to automatically download the Geolite2 database. -# A Maxmind lisence key can be aqiured here: https://www.maxmind.com/en/geolite2/signup +# A Maxmind license key can be acquired here: https://www.maxmind.com/en/geolite2/signup # The below config is for geoblocking any country/city you add. The default config is blocking all countries/cities except the ones you set to "yes". # If you want to do the opposite, set default to "yes", and the countries/cities to "no". # As the default config blocks all IP's except the ones in the GeoLite2-City.mmdb database set to yes, you will need to allow your lan ip for local access.