commit 25d5cfad092f2d6c702f03cfc423b8065f33dcab parent 8c3b9b889e18201d3c90f540e81bd72d24cfeaf9 Author: Frederic Cambus <fcambus@users.sourceforge.net> Date: Sun, 11 Oct 2015 23:31:24 +0200 Use HTTPS links in GeoIP database download instructions Diffstat:
M | README.md | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md @@ -90,15 +90,15 @@ Files can be downloaded here : http://dev.maxmind.com/geoip/legacy/geolite/ mkdir -p /usr/local/share/GeoIP cd /usr/local/share/GeoIP - wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz + wget https://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz gunzip *gz #### For IPv4 and IPv6 support : mkdir -p /usr/local/share/GeoIP cd /usr/local/share/GeoIP - wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz - wget http://geolite.maxmind.com/download/geoip/database/GeoIPv6.dat.gz + wget https://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz + wget https://geolite.maxmind.com/download/geoip/database/GeoIPv6.dat.gz gunzip *gz ## Usage