* [PATCH v2] importer.py: Import JPNIC feed as well
@ 2021-10-23 6:54 Peter Müller
0 siblings, 0 replies; only message in thread
From: Peter Müller @ 2021-10-23 6:54 UTC (permalink / raw)
To: location
[-- Attachment #1: Type: text/plain, Size: 696 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.
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2021-10-23 6:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-23 6:54 [PATCH v2] importer.py: Import JPNIC feed as well Peter Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox