Skip Menu |

This queue is for tickets about the Net-XWhois CPAN distribution.

Report information
The Basics
Id: 47164
Status: new
Priority: 0/
Queue: Net-XWhois

People
Owner: Nobody in particular
Requestors: augie.schwer [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.90
Fixed in: (no value)



Subject: .info whois server missing -- patch included to fix
.info TLDs should query whois.afilias.net (http://www.iana.org/domains/root/db/info.html) -- patch included to fix.
Subject: XWhois.pm.patch
--- XWhois.pm 2002-10-05 18:37:55.000000000 -0700 +++ XWhois.pm.new 2009-06-19 14:05:13.000000000 -0700 @@ -365,6 +365,7 @@ 'whois.nic.br' => 'BRNIC', 'whois.nic.mx' => 'MEXICO', 'whois.adamsnames.tc' => 'ADAMS', + 'whois.afilias.net' => 'INTERNIC', ); my %DOMAIN_ASSOC = ( @@ -387,6 +388,7 @@ 'gov' => 'whois.nic.gov', 'gr' => 'whois.ripe.net', 'hr' => 'whois.ripe.net', 'hu' => 'whois.ripe.net', 'ie' => 'whois.ripe.net', 'il' => 'whois.ripe.net', + 'info'=> 'whois.afilias.net', 'is' => 'whois.ripe.net', 'it' => 'whois.ripe.net', 'jp' => 'whois.nic.ad.jp', 'kr' => 'whois.krnic.net',