From: "Peter Müller" <peter.mueller@ipfire.org>
To: location@lists.ipfire.org
Subject: [PATCH] importer.py: Import JPNIC feed as well
Date: Sat, 25 Sep 2021 14:30:03 +0200 [thread overview]
Message-ID: <8a35bdb5-401b-6a7f-2ae4-f7799686c6a1@ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 744 bytes --]
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.
Reported-by: nusenu <nusenu-lists(a)riseup.net>
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
next reply other threads:[~2021-09-25 12:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-25 12:30 Peter Müller [this message]
2021-09-27 18:43 ` Michael Tremer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8a35bdb5-401b-6a7f-2ae4-f7799686c6a1@ipfire.org \
--to=peter.mueller@ipfire.org \
--cc=location@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox