Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fwd: jwhois does not support NET6 records #5

Open
jonasob opened this issue Jan 8, 2015 · 1 comment
Open

Fwd: jwhois does not support NET6 records #5

jonasob opened this issue Jan 8, 2015 · 1 comment

Comments

@jonasob
Copy link
Owner

jonasob commented Jan 8, 2015

---------- Forwarded message ----------
From: Andrew Daviel
Date: 20 March 2010 at 17:51
Subject: jwhois does not support NET6 records
To: bug-jwhois@gnu.org

jwhois 2001:4978:f:431::2 should ideally return data from whois
2001:4978:f:431::2@whois.sixxs.net

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

robert-scheck added a commit to robert-scheck/jwhois that referenced this issue Feb 28, 2015
@robert-scheck
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants