jwhois icon indicating copy to clipboard operation
jwhois copied to clipboard

Fwd: jwhois does not support NET6 records

Open jonasob opened this issue 10 years ago • 1 comments
trafficstars

---------- Forwarded message ---------- From: Andrew Daviel Date: 20 March 2010 at 17:51 Subject: jwhois does not support NET6 records To: [email protected]

jwhois 2001:4978:f:431::2 should ideally return data from whois 2001:4978:f:431::[email protected]

It returns NET6-2001-4978-1 and NET6-2001-4978-F-1.

jwhois NET6-2001-4978-F-1 looks in Internic. It should look in ARIN for NET6. This helps:

--- /etc/jwhois.conf.orig2008-10-13 07:16:42.000000000 -0700 +++ /etc/jwhois.conf2010-03-20 09:40:18.000000000 -0700 @@ -44,6 +49,7 @@

Catch ARIN netblock records

"^!?NET(BLK)?(-[A-Z0-9]+)+$" = "whois.arin.net"; +"^!?NET6(BLK)?(-[A-Z0-9]+)+$" = "whois.arin.net";

@@ -635,6 +650,7 @@ type = regex;

"^!?NET(BLK)?(-[A-Z0-9]+)+$" = "whois.arin.net"; +"^!?NET6(BLK)?(-[A-Z0-9]+)+$" = "whois.arin.net";

Now at least I get SixXS's ARIN record, if not the final details from sixxs whois



via Email
January 08, 2015 at 09:20AM

jonasob avatar Jan 08 '15 08:01 jonasob

Patch works for me and returns the final details from the SixXS WHOIS server, added via pull request #17.

robert-scheck avatar Feb 28 '15 23:02 robert-scheck