Share

Net::XWhois

Tracker: Bugs

5 KRNIC, JPNIC, and Brazil Lookups failing - ID: 1424169
Last Update: Tracker Item Submitted ( kronos200 )

Added/changed under lookup()

Original:
#APNIC forwarding kludge 08/06/2002 rwoodard
elsif ($self->{ Server } eq 'whois.apnic.net') {
$fw="whois.krnic.net" if ($self->{ Response
}=~/Allocated to KRNIC/misg );
$fw="whois.twnic.net" if ($self->{ Response
}=~/Allocated to TWNIC/misg );
}

Changed to:


elsif ($self->{ Server } eq 'whois.apnic.net') {
# $fw="whois.krnic.net" if ($self->{ Response
}=~/Allocated to KRNIC/misg );
$fw="whois.nic.or.kr" if ($self->{ Response
}=~/Allocated to KRNIC/misg );
$fw="whois.twnic.net" if ($self->{ Response
}=~/Allocated to TWNIC/misg );
$fw="whois.nic.ad.jp" if ($self->{ Response
}=~/JPNIC WHOIS Gateway at/misg );
}
elsif ($self->{ Server } eq 'whois.lacnic.net') {
$fw="whois.registro.br" if ($self->{ Response
}=~/whois.registro.br accepts only direct match
queries/misg );
}

After the change (and change from previous submission),
JP, KR, and Brazil lookups worked again.


Kronos ( kronos200 ) - 2006-02-04 18:15

5

Open

None

Nobody/Anonymous

None

None

Public


Comments




Log in to comment.

No follow-up comments have been posted.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.