From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: location@lists.ipfire.org Subject: [PATCH 5/8] importer.py: fetch LACNIC data via HTTPS Date: Wed, 21 Oct 2020 14:47:40 +0000 Message-ID: <20201021144743.18083-5-peter.mueller@ipfire.org> In-Reply-To: <20201021144743.18083-1-peter.mueller@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3792609382678494831==" List-Id: --===============3792609382678494831== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- 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.20.1 --===============3792609382678494831==--