From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= <peter.mueller@ipfire.org> To: location@lists.ipfire.org Subject: [PATCH v2] importer.py: Import JPNIC feed as well Date: Sat, 23 Oct 2021 08:54:23 +0200 Message-ID: <d59cb33d-06f4-02fb-64f0-1559de58a3e2@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3837008599467457939==" List-Id: <location.lists.ipfire.org> --===============3837008599467457939== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit This adds names for - at the time of writing - 421 ASNs which were missing before, as JPNIC does not mirror (all) information back to APNIC. Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org> --- src/python/importer.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/python/importer.py b/src/python/importer.py index 4c8406c..de340b4 100644 --- a/src/python/importer.py +++ b/src/python/importer.py @@ -47,6 +47,11 @@ WHOIS_SOURCES = { # "https://ftp.arin.net/pub/rr/arin.db" # ], + # Japan Network Information Center + "JPNIC": [ + "https://ftp.nic.ad.jp/jpirr/jpirr.db.gz" + ], + # Latin America and Caribbean Network Information Centre # XXX ??? -- 2.26.2 --===============3837008599467457939==--