diff options
-rw-r--r-- | src/config/mmdb-convert.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/mmdb-convert.py b/src/config/mmdb-convert.py index 21d170adf..269a5fe20 100644 --- a/src/config/mmdb-convert.py +++ b/src/config/mmdb-convert.py @@ -418,7 +418,7 @@ def dump_tree(entries, node, dump_item, prefix=""): GEOIP_FILE_HEADER = """\ # Last updated based on %s Maxmind GeoLite2 Country -# wget http://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.mmdb.gz +# wget https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.mmdb.gz # gunzip GeoLite2-Country.mmdb.gz # python mmdb-convert.py GeoLite2-Country.mmdb """ |