From eee65490a10e0fe89b3834b8be176fc900084fa0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Wed, 21 Oct 2020 14:47:40 +0000 Subject: [PATCH] importer.py: fetch LACNIC data via HTTPS MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller Signed-off-by: Michael Tremer --- src/python/importer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/importer.py b/src/python/importer.py index f19db4b..5f46bc3 100644 --- a/src/python/importer.py +++ b/src/python/importer.py @@ -64,7 +64,7 @@ EXTENDED_SOURCES = ( "https://ftp.arin.net/pub/stats/arin/delegated-arin-extended-latest", # Latin America and Caribbean Network Information Centre - "http://ftp.lacnic.net/pub/stats/lacnic/delegated-lacnic-extended-latest", + "https://ftp.lacnic.net/pub/stats/lacnic/delegated-lacnic-extended-latest", # Réseaux IP Européens #"https://ftp.ripe.net/pub/stats/ripencc/delegated-ripencc-extended-latest", -- 2.39.2